Skip to content

Commit 2358b66

Browse files
committed
cope with xdist breakage
1 parent 06a74e1 commit 2358b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- ps: 'Install-Product node 0.12 x64'
3333
- "set PATH=%PYTHON%\\Scripts;%PATH%"
3434
- "%PYTHON%\\python.exe -m pip install -U pip setuptools^>=20.3 wheel"
35-
- "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist "
35+
- "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist<1.28 "
3636
# Note the use of a `^` to escape the `>`
3737

3838
build_script:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ passenv =
2727
deps =
2828
-rrequirements.txt
2929
py{27,34,35,36,37}-unit: codecov
30-
py{27,34,35,36,37}-unit: pytest-xdist
30+
py{27,34,35,36,37}-unit: pytest-xdist<1.28.0
3131
py{27,34,35,36,37}-unit: pytest-cov
3232
py{27,34,35,36,37}-unit: -rtest-requirements.txt
3333
py{27,34,35,36,37}-unit: galaxy-lib

0 commit comments

Comments
 (0)