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:
Daniel Miller 2012-10-17 11:34:02 -04:00
parent 78dcd9a104
commit 981465a1b4

View file

@ -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