summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-06-23 20:08:37 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-18 16:44:26 +0200
commit45ac29070e1a95cc1bcb090fd3a58692ff755b2b (patch)
tree401c4e1a2a4ab58c72c79f724c63e4e3e9c60f02 /Makefile
parent69d0a7499f4990c33c8d186763288dae7d2756a6 (diff)
downloadvyos-1x-45ac29070e1a95cc1bcb090fd3a58692ff755b2b.tar.gz
vyos-1x-45ac29070e1a95cc1bcb090fd3a58692ff755b2b.zip
nose: T7825: Use nose2 for unit tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 369eb89a8..1b9db4851 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ clean:
.PHONY: test
test: generate-configd-include-json
set -e; python3 -m compileall -q -x '/vmware-tools/scripts/' .
- PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose
+ PYTHONPATH=python/ python3 -m nose2 -v
.PHONY: check_migration_scripts_executable
.ONESHELL: