We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bd693 commit f047e07Copy full SHA for f047e07
changelog/920.bugfix
@@ -1 +1 @@
1
-Fix non-determinism in order of fixture collection.
+Fix non-determinism in order of fixture collection. Adds new dependency (ordereddict) for Python 2.6.
doc/en/getting-started.rst
@@ -9,7 +9,8 @@ Installation and Getting Started
9
10
**dependencies**: `py <http://pypi.python.org/pypi/py>`_,
11
`colorama (Windows) <http://pypi.python.org/pypi/colorama>`_,
12
-`argparse (py26) <http://pypi.python.org/pypi/argparse>`_.
+`argparse (py26) <http://pypi.python.org/pypi/argparse>`_,
13
+`ordereddict (py26) <http://pypi.python.org/pypi/ordereddict>`_.
14
15
**documentation as PDF**: `download latest <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
16
0 commit comments