Skip to content

Commit

Permalink
Replace "setup.py test" with "unittest"
Browse files Browse the repository at this point in the history
The former is deprecated and will be removed.
  • Loading branch information
viiru- committed Feb 13, 2024
1 parent 83b7b4f commit 29e80ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
PYTRAINER_ALCHEMYURL: ${{ matrix.database_url }}
TZ: Europe/Kaliningrad
LC_TIME: C
run: xvfb-run python3 -Wall setup.py test
run: xvfb-run python3 -Wall unittest

test_tox:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29e80ef

Please sign in to comment.