Skip to content

Commit a91905d

Browse files
committed
adjust pytest pins to fix testing infra
1 parent b18f765 commit a91905d

File tree

2 files changed

+363
-266
lines changed

2 files changed

+363
-266
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ verify_ssl = true
44
name = "pypi"
55

66
[dev-packages]
7-
pytest = ">=2.8.0,<4.1"
7+
pytest = ">=2.8.0,<=3.10.1"
88
codecov = "*"
9-
pytest-httpbin = ">=0.0.7"
9+
pytest-httpbin = ">=0.0.7,<1.0"
1010
pytest-mock = "*"
1111
pytest-cov = "*"
12-
pytest-xdist = "*"
12+
pytest-xdist = "<=1.25"
1313
alabaster = "*"
1414
readme-renderer = "*"
1515
sphinx = "<=1.5.5"

0 commit comments

Comments
 (0)