Skip to content

Commit 92fdf87

Browse files
committed
use pytest instead of nose
1 parent e1551dc commit 92fdf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
conda create --yes -n qiita-files python=${{ matrix.python-version }} h5py pandas scipy numpy
3030
conda activate qiita-files
3131
pip install .
32-
pip install sphinx sphinx-bootstrap-theme nose-timer codecov Click
32+
pip install sphinx sphinx-bootstrap-theme pytest-cov codecov Click
3333
3434
- name: Main tests
3535
shell: bash -l {0}
3636
run: |
3737
conda activate qiita-files
38-
nosetests --with-doctest --with-coverage --cover-package=qiita_files
38+
pytest --with-doctest --cov=qiita_files --cov-report=lcov
3939
4040
lint:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)