Skip to content

Commit

Permalink
Mention new (py26) ordereddict dependency in changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Jul 26, 2017
1 parent f8bd693 commit f047e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/920.bugfix
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion doc/en/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Installation and Getting Started

**dependencies**: `py <http://pypi.python.org/pypi/py>`_,
`colorama (Windows) <http://pypi.python.org/pypi/colorama>`_,
`argparse (py26) <http://pypi.python.org/pypi/argparse>`_.
`argparse (py26) <http://pypi.python.org/pypi/argparse>`_,
`ordereddict (py26) <http://pypi.python.org/pypi/ordereddict>`_.

**documentation as PDF**: `download latest <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_

Expand Down

0 comments on commit f047e07

Please sign in to comment.