Skip to content

Commit

Permalink
fix(dev-deps): update pytest to ^7.0 to resolve py10+win pyreadline c…
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Mar 6, 2022
1 parent b05491d commit 7ffb3a1
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 47 deletions.
87 changes: 45 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ bump2version = "^0.5.11"
coveralls = "^3.0"
isort = "^5.8"
pylint = "^2.7"
pytest = "^6.2"
pytest-cov = "^2.11"
pytest = "^7.0"
pytest-cov = "^3.0"
pytest-datadir = "^1.3"
pytest-mock = "^3.5"
pytest-runner = "^5.3"
pytest-testmon = "^1.0"
pytest-runner = "^6.0"
pytest-testmon = "^1.3"
pytest-watch = "^4.2"
pytest-xdist = "^1.30"
pytest-xdist = "^2.5"
rope = "^0.19.0"
tox = "^3.23"
tox-gh-actions = "^0.3.0"
Expand Down

0 comments on commit 7ffb3a1

Please sign in to comment.