run tests without using 'nose'

run_tests.sh -> run_tests.py
This commit is contained in:
Mike Fährmann
2021-10-13 03:10:55 +02:00
parent 918fc9974d
commit f2d6b3e6b4
6 changed files with 61 additions and 34 deletions

View File

@@ -36,7 +36,6 @@ jobs:
- name: Run tests
run: |
pip install nose
make test
- name: Test autogeneration of man pages, bash/zsh completion, etc