summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-07-30 17:17:40 -0300
committerGitHub <noreply@github.com>2017-07-30 17:17:40 -0300
commit4cd87273791d1bfc1b39f1a181e623f80a7c1cfa (patch)
treedd39b044b34be57754e6d09c55164f4e030b49e9 /changelog
parent768edde899fe3629a69d55289f82bb0d95635c06 (diff)
parentf047e078e2d1c8aba19015e151c1e78c5cbc1cff (diff)
downloadpytest-4cd87273791d1bfc1b39f1a181e623f80a7c1cfa.tar.gz
Merge pull request #2617 from wence-/fix/nondeterministic-fixtures
Fix nondeterminism in fixture collection order
Diffstat (limited to 'changelog')
-rw-r--r--changelog/920.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/920.bugfix b/changelog/920.bugfix
new file mode 100644
index 000000000..d2dd2be1b
--- /dev/null
+++ b/changelog/920.bugfix
@@ -0,0 +1 @@
+Fix non-determinism in order of fixture collection. Adds new dependency (ordereddict) for Python 2.6.