Skip to content

Commit

Permalink
ci: pin pytest version in tox, to work around actions/runner-images#1381
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Aug 10, 2020
1 parent d6975b7 commit 7c3f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ passenv=ALDEC_LICENSE_FILE
deps=
fmt: black
pytest
pytest==5.4.3 # work around actions/virtual-environments#1381
lint: pycodestyle
lint: pylint
lint: mypy
Expand Down

0 comments on commit 7c3f930

Please sign in to comment.