summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index c9fd4965..d163df10 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,9 +4,11 @@ invocations>=1.2.0,<2.0
# NOTE: pytest-relaxed currently only works with pytest >=3, <3.3
pytest==4.6.3
pytest-relaxed==1.1.5
+# pytest-xdist for test dir watching and the inv guard task
+pytest-xdist>=1.22,<1.25.0
mock==2.0.0
# Linting!
-flake8==2.4.0
+flake8==3.6.0
# Coverage!
coverage==3.7.1
codecov==1.6.3
@@ -18,6 +20,3 @@ releases>=1.5,<2.0
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.11.0
-# Test-matrix-oriented pins of production deps; should only exist on 2.0-2.3
-pycparser<2.19
-idna<2.8