Skip to content

Commit

Permalink
Update HACKING.rst instructions for running the tests
Browse files Browse the repository at this point in the history
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``.
  • Loading branch information
Daniel Miller committed Oct 17, 2012
1 parent 78dcd9a commit 981465a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 981465a

Please sign in to comment.