Skip to content

Commit

Permalink
adjust pytest pins to fix testing infra
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed May 15, 2019
1 parent b18f765 commit a91905d
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 266 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ verify_ssl = true
name = "pypi"

[dev-packages]
pytest = ">=2.8.0,<4.1"
pytest = ">=2.8.0,<=3.10.1"
codecov = "*"
pytest-httpbin = ">=0.0.7"
pytest-httpbin = ">=0.0.7,<1.0"
pytest-mock = "*"
pytest-cov = "*"
pytest-xdist = "*"
pytest-xdist = "<=1.25"
alabaster = "*"
readme-renderer = "*"
sphinx = "<=1.5.5"
Expand Down
Loading

0 comments on commit a91905d

Please sign in to comment.