File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies:
2626 - xlsxwriter
2727 - xlwt
2828 # universal
29- - pytest>=4 .0.2
30- - pytest-xdist
29+ - pytest>=5 .0.1
30+ - pytest-xdist>=1.29.0
3131 - pytest-mock
3232 - pytest-azurepipelines
3333 - pip
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ dependencies:
66 - pytz
77 - Cython>=0.28.2
88 # universal
9- - pytest>=4.0.2
9+ # pytest < 5 until defaults has pytest-xdist>=1.29.0
10+ - pytest>=4.0.2,<5.0
1011 - pytest-xdist
1112 - pytest-mock
1213 - hypothesis>=3.58.0
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ dependencies:
2525 - pip :
2626 - pyreadstat
2727 # universal
28- - pytest==4. 5.0
29- - pytest-xdist
28+ - pytest>= 5.0.1
29+ - pytest-xdist>=1.29.0
3030 - pytest-mock
3131 - hypothesis>=3.58.0
3232 # https://github.com/pandas-dev/pandas/issues/27421
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies:
2323 - xlwt
2424 # universal
2525 - cython>=0.28.2
26- - pytest>=4 .0.2
27- - pytest-xdist
26+ - pytest>=5 .0.1
27+ - pytest-xdist>=1.29.0
2828 - pytest-mock
2929 - pytest-azurepipelines
3030 - hypothesis>=3.58.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies:
2626 - xlwt
2727 # universal
2828 - cython>=0.28.2
29- - pytest>=4 .0.2
30- - pytest-xdist
29+ - pytest>=5 .0.0
30+ - pytest-xdist>=1.29.0
3131 - pytest-mock
3232 - pytest-azurepipelines
3333 - hypothesis>=3.58.0
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ dependencies:
3939 - xlsxwriter
4040 - xlwt
4141 # universal
42- - pytest
43- - pytest-xdist
42+ - pytest>=5.0.1
43+ - pytest-xdist>=1.29.0
4444 - pytest-cov
4545 - pytest-mock
4646 - hypothesis>=3.58.0
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies:
1313 - pyarrow
1414 - pytz
1515 # universal
16- - pytest>=4 .0.2
17- - pytest-xdist
16+ - pytest>=5 .0.0
17+ - pytest-xdist>=1.29.0
1818 - pytest-mock
1919 - hypothesis>=3.58.0
2020 - s3fs
You can’t perform that action at this time.
0 commit comments