mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove note about SaltTesting installation, now it is in the requirements
This commit is contained in:
parent
004bff113e
commit
a6098bac1a
1 changed files with 2 additions and 17 deletions
|
@ -110,23 +110,8 @@ On Debian, Ubuntu or their derivatives run the following commands:
|
|||
This will install the latest ``pycrypto`` and ``pyzmq`` (with bundled
|
||||
``libzmq``) Python modules required for running integration tests suite.
|
||||
|
||||
.. note::
|
||||
|
||||
In Salt 0.17, testing libraries were migrated into their own repo. To install them:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting
|
||||
|
||||
|
||||
Failure to install SaltTesting will result in import errors similar to the following:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
ImportError: No module named salttesting
|
||||
|
||||
Once all requirements are installed, use ``tests/runtests.py`` to
|
||||
run all of the tests included in Salt's test suite:
|
||||
Once all requirements are installed, use ``runtests.py`` script to run all of
|
||||
the tests included in Salt's test suite:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue