mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 00:37:18 +00:00
chg: Use pytest instead of nose
This commit is contained in:
parent
eba1b2839f
commit
174a812cef
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.8, 3.9, '3.10']
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -48,5 +48,5 @@ jobs:
|
|||
- name: Test with Python module
|
||||
run: |
|
||||
pushd PyMISPGalaxies
|
||||
poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
|
||||
poetry run pytest --cov=pymispgalaxies tests/tests.py
|
||||
popd
|
Loading…
Reference in a new issue