File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- Fix non-determinism in order of fixture collection.
1+ Fix non-determinism in order of fixture collection. Adds new dependency (ordereddict) for Python 2.6.
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Installation and Getting Started
99
1010**dependencies **: `py <http://pypi.python.org/pypi/py >`_,
1111`colorama (Windows) <http://pypi.python.org/pypi/colorama >`_,
12- `argparse (py26) <http://pypi.python.org/pypi/argparse >`_.
12+ `argparse (py26) <http://pypi.python.org/pypi/argparse >`_,
13+ `ordereddict (py26) <http://pypi.python.org/pypi/ordereddict >`_.
1314
1415**documentation as PDF **: `download latest <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf >`_
1516
You can’t perform that action at this time.
0 commit comments