From 5f8f127c67ee5268473228afc6d32193d655aa66 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Mon, 8 Jan 2024 16:56:45 -0800 Subject: [PATCH] fixup: use pytest instead of nosetests --- ups/eupspkg.cfg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ups/eupspkg.cfg.sh b/ups/eupspkg.cfg.sh index 27c0acaa..d9a57bec 100644 --- a/ups/eupspkg.cfg.sh +++ b/ups/eupspkg.cfg.sh @@ -1,5 +1,5 @@ build() { - python setup.py nosetests + python setup.py pytest --addopts "metadetect/tests/ metadetect/lsst/tests/test_import.py" default_build }