From f047e078e2d1c8aba19015e151c1e78c5cbc1cff Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Wed, 26 Jul 2017 13:56:17 +0100 Subject: [PATCH] Mention new (py26) ordereddict dependency in changelog and docs --- changelog/920.bugfix | 2 +- doc/en/getting-started.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/920.bugfix b/changelog/920.bugfix index efe646a6e..d2dd2be1b 100644 --- a/changelog/920.bugfix +++ b/changelog/920.bugfix @@ -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. diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index fb863e4e0..1571e4f6b 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -9,7 +9,8 @@ Installation and Getting Started **dependencies**: `py `_, `colorama (Windows) `_, -`argparse (py26) `_. +`argparse (py26) `_, +`ordereddict (py26) `_. **documentation as PDF**: `download latest `_