Skip to content

Commit

Permalink
run-tests.yml: Drop call to "python3 setup.py test"
Browse files Browse the repository at this point in the history
.. because Setuptools >=72 stopped providing that command:

https://setuptools.pypa.io/en/stable/history.html#v72-0-0
  • Loading branch information
hartwork committed Jul 29, 2024
1 parent c85d6cd commit 9c7ca5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
set -x
python3 --version
pip3 install -U setuptools # for Python >=3.12
python3 setup.py test
# Once again with pytest for its warnings
pip3 install --require-hashes -r requirements.txt
pytest -v -s -Wdefault -Werror
Expand Down

0 comments on commit 9c7ca5d

Please sign in to comment.