Skip to content

Commit

Permalink
tox.ini try to force correct installation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Jan 20, 2025
1 parent 483053f commit 23842d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ deps = -e.[test]
; Prevent installing issues: https://github.com/ContinuumIO/anaconda-issues/issues/542
commands =
pip install -U setuptools
pip install -e .[test]
pip freeze
; run "tox -- tests -s" to show output for debugging
py{39,310,311,312,py3}: pytest {posargs:tests}
py{38}: pytest {posargs:tests --cov-report=term-missing --cov=gql}
Expand Down

0 comments on commit 23842d4

Please # to comment.