Skip to content

Commit

Permalink
Force Poetry 1.2.0a2 through tox
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 25, 2021
1 parent 32980a6 commit e21e8c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ envlist = py{36,37,38,39,310-dev}
isolated_build = True

[testenv]
deps = poetry
deps = poetry==1.2.0a2
skip_install = True
commands =
poetry config experimental.new-installer false # python 3.10 doesn't work with new installer :(
poetry install --no-root
pytest

0 comments on commit e21e8c7

Please sign in to comment.