summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-09-17 16:05:20 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 16:05:20 -0700
commitc9b31cdc8163184d44cbd4d1208ace71dd9a473b (patch)
tree5fb3aa6bb737644f26173309f5b0bffb5b4ac8f7 /dev-requirements.txt
parent4e31612cfbcd7cb333ac54571f11dd5593b15d94 (diff)
downloadparamiko-c9b31cdc8163184d44cbd4d1208ace71dd9a473b.tar.gz
pytest-xdist doesn't support Python 2.6
Just dropping it from Paramiko <2.4 entirely for the time being, it should only impact human users with control over their venv, and we don't use it on Travis either
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 66edc28b..1da876b8 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,8 +4,6 @@ invocations>=1.2.0,<2.0
# NOTE: pytest-relaxed currently only works with pytest >=3, <3.3
pytest>=3.2,<3.3
pytest-relaxed==1.1.2
-# pytest-xdist for test dir watching and the inv guard task
-pytest-xdist>=1.22,<2.0
# Linting!
flake8==2.4.0
# Coverage!