From 01298287f65a48d0f7d7f5135ef8e65c254332c3 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 1 Sep 2022 14:41:28 +0200 Subject: Fix CI for package only PRs (#32473) --- share/spack/qa/run-unit-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index c1fb57399d..6222cbccd9 100755 --- a/share/spack/qa/run-unit-tests +++ b/share/spack/qa/run-unit-tests @@ -48,7 +48,7 @@ $coverage_run $(which spack) python -c "import spack.pkg.builtin.mpileaks; repr( #----------------------------------------------------------- if [[ "$ONLY_PACKAGES" == "true" ]]; then echo "ONLY PACKAGE RECIPES CHANGED [running only package sanity]" - export PYTEST_ADDOPTS='-k "package_sanity" -m "not maybeslow"' + export PYTEST_ADDOPTS='-k "test_all_virtual_packages_have_default_providers" -m "not maybeslow"' elif [[ "$SPACK_TEST_SOLVER" == "original" ]]; then echo "ORIGINAL CONCRETIZER [skipping slow unit tests]" export PYTEST_ADDOPTS='-m "not maybeslow"' -- cgit v1.2.3-70-g09d2