Skip to content

Commit

Permalink
Merge pull request #170 from hartwork/ci-drop-call-to-setup-py-test
Browse files Browse the repository at this point in the history
`run-tests.yml`: Drop call to `python3 setup.py test`
  • Loading branch information
hartwork committed Jul 29, 2024
2 parents c85d6cd + 9c7ca5d commit f250fb7
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 f250fb7

Please sign in to comment.