spacemacs/tests/core
Daniel Nicolai 548edefcce Install org from ELPA instead of Org ELPA
From org version 9.5 org will not be distributed from Org ELPA but from
ELPA (see https://list.orgmode.org/87lfa7tc9v.fsf@gnu.org/t/). This commit makes
Spacemacs use/install org from ELPA.

Besides that, this commit removes some 'hack' that seemed to have no effect. As
org comes with Emacs `package-installed-p 'org` will always return t. Also
activating org via `configuration-layer//activate-package` seems to have no
effect.

Finally, the package is declared including a :min-version because appending only
`:location melpa` seems to have no effect (this can probably be considered a
bug).
I am almost certain that the information that was added when making org install
from Org ELPA is still relevant also for installing org from ELPA so I have just
adapted the version number from 0.104 to 0.300.

As the "org" archive has been removed, the `ert-deftest` for it can be removed
also.
2021-11-06 14:34:18 +01:00
..
data [core] Add "unit" and functional tests for archvie verification 2019-08-24 22:50:39 -04:00
Makefile Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-configuration-layer-ftest.el Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-configuration-layer-utest.el Install org from ELPA instead of Org ELPA 2021-11-06 14:34:18 +01:00
core-funcs-utest.el Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-release-management-ftest.el Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-spacebind-utest.el Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-spacemacs-buffer-ftest.el Update header for year 2021 2021-03-25 22:59:32 -04:00
core-spacemacs-ftest.el [org] Remove unit tests for non existing function 2021-05-30 12:36:26 +02:00