summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2019-10-29 16:33:57 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-10-30 07:23:59 -0500
commit6c7e87c6e5127389d0776aa09479fdc6b473fac3 (patch)
tree602c756cd529df8ee0728ff6dd00bd22df9086ca
parent3bc0baada5a02ccad636246168984602d2b9e24e (diff)
downloadurllib3-6c7e87c6e5127389d0776aa09479fdc6b473fac3.tar.gz
Place pytest before the pytest plugins
The idea is to make sure that we'll get the pytest version we want: the last that supports Python 2. Using a different version in Python 2 and Python 3 is possible, but is likely to lead to trouble in the future.
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9926e3f0..36e42894 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -2,8 +2,8 @@ mock==3.0.5
coverage~=4.5
tornado==5.1.1
PySocks==1.6.8
-pytest-timeout==1.3.3
pytest==4.6.6
+pytest-timeout==1.3.3
flaky==3.6.1
# https://github.com/GoogleCloudPlatform/python-repo-tools/issues/23