Skip to content

Commit

Permalink
Fix issues with pytest and tox-poetry-installer
Browse files Browse the repository at this point in the history
- bump pytest to 6.2.4
  (pytest-dev/pytest#8546)
- pin tox-poetry-installer at 0.6.3
  (enpaul/tox-poetry-installer#45)
  • Loading branch information
brechtm committed May 20, 2021
1 parent 9111deb commit 0501297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -106,7 +106,7 @@ Sphinx = "^3.4.3"
sphinx-rtd-theme = "^0.5.1"
sphinxcontrib-autoprogram = "^0.1.7"
tox = "^3.23.0"
tox-poetry-installer = {extras = ["poetry"], version = "^0.6.3"}
tox-poetry-installer = {extras = ["poetry"], version = "0.6.3"}
pytest-github-actions-annotate-failures = { version = "^0.1.1", optional = true }

[build-system]
Expand Down

0 comments on commit 0501297

Please sign in to comment.