mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update HACKING.rst instructions for running the tests
A recent version of ``virtualenv`` is needed to run the tests. I was getting failures when v1.6.4. I am not positive that 1.8.2 is the lowest version necessary--it is the version that was installed when I ran ``pip install -U virtualenv``.
This commit is contained in:
parent
78dcd9a104
commit
981465a1b4
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ If it is less than 2047, you should increase it with::
|
|||
Running the tests
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
You will need a recent version of ``virtualenv``::
|
||||
|
||||
pip install "virtualenv>=1.8.2"
|
||||
|
||||
You will need ``mock`` to run the tests::
|
||||
|
||||
pip install mock
|
||||
|
|
Loading…
Add table
Reference in a new issue