Skip to content

Commit f047e07

Browse files
committed
Mention new (py26) ordereddict dependency in changelog and docs
1 parent f8bd693 commit f047e07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog/920.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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.

doc/en/getting-started.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)