diff options
author | Fantix King <fantix.king@gmail.com> | 2021-02-09 15:18:50 -0500 |
---|---|---|
committer | Fantix King <fantix.king@gmail.com> | 2021-02-09 14:55:45 -0600 |
commit | 1282379d831ccc4306345fc7fcd09a0026694074 (patch) | |
tree | 8846f8297cc35f55c2b4f4fe9e4e4461fe37fc8b /.github | |
parent | 8af150216acfc2a900c648ade713df947b903970 (diff) | |
download | immutables-1282379d831ccc4306345fc7fcd09a0026694074.tar.gz immutables-1282379d831ccc4306345fc7fcd09a0026694074.zip |
Remove deprecated setup.py test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 019007f..dcc00be 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,4 +50,4 @@ jobs: if: steps.release.outputs.version == 0 run: | pip install -e . - python setup.py test + python -m unittest -v tests.suite |