Skip to content

Commit

Permalink
changed nose to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Oct 25, 2024
1 parent 0cc9e8f commit 5cf4c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cgatapps_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Test
run: |
pip install -e .
pip install nose
nosetests -v tests/test_style.py
nosetests -v tests/test_scripts.py
nosetests -v tests/test_import.py
pip install pytest
pytest -v tests/test_style.py
pytest -v tests/test_scripts.py
pytest -v tests/test_import.py
2 changes: 1 addition & 1 deletion conda/environments/cgat-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cython
- cgatcore
- matplotlib
- nose
- pytest
- numpy
- pandas
- pep8
Expand Down

0 comments on commit 5cf4c72

Please sign in to comment.