Skip to content

Commit

Permalink
fixup: use pytest instead of nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 9, 2024
1 parent d519364 commit 5f8f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/eupspkg.cfg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build() {
python setup.py nosetests
python setup.py pytest --addopts "metadetect/tests/ metadetect/lsst/tests/test_import.py"
default_build
}

0 comments on commit 5f8f127

Please sign in to comment.