Skip to content

Commit 02c9ca9

Browse files
committed
Completely move xdist pins in tox.ini. Fixes incorrect installs during testing.
1 parent f02132d commit 02c9ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def run(self):
130130
'fields',
131131
'hunter',
132132
'process-tests==2.0.2',
133-
'pytest-xdist==1.27.0',
134133
'six',
135134
'virtualenv',
136135
]

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ deps =
1818
t41: pytest==4.1.1
1919
t43: pytest==4.3.1
2020
t44: pytest==4.4.1
21+
22+
{t310,t40,t41,t43}: pytest-xdist==1.27.0
2123
t44: pytest-xdist==1.28.0
2224

2325
c44: coverage==4.4.2
2426
c45: coverage==4.5.3
2527
pip_pre = true
26-
2728
commands =
2829
pytest {posargs:-vv}
2930

0 commit comments

Comments
 (0)