Skip to content

Commit b17a030

Browse files
meeseeksmachinejreback
authored andcommitted
Backport PR pandas-dev#27809: CI: remove pytest pins (pandas-dev#27819)
1 parent fa1eb11 commit b17a030

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/deps/azure-36-locale.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies:
2020
- xlsxwriter=0.9.8
2121
- xlwt=1.2.0
2222
# universal
23-
- pytest>=4.0.2,<5.0.0
24-
- pytest-xdist
23+
- pytest>=5.0.0
24+
- pytest-xdist>=1.29.0
2525
- pytest-mock
2626
- pytest-azurepipelines
2727
- hypothesis>=3.58.0

ci/deps/travis-36-slow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies:
2525
- xlsxwriter
2626
- xlwt
2727
# universal
28-
- pytest>=4.0.2,<5.0.0
29-
- pytest-xdist
28+
- pytest>=5.0.0
29+
- pytest-xdist>=1.29.0
3030
- pytest-mock
3131
- moto
3232
- hypothesis>=3.58.0

0 commit comments

Comments
 (0)