summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-11-30 17:27:53 +0100
committerGitHub <noreply@github.com>2023-11-30 17:27:53 +0100
commitd92457467a82b5e77e397a7499366828e84e40fe (patch)
tree6cda2dd88bfcf68b1772691c5d65298b36f4954e /lib
parent4c2734fe14be603c4d3028ad10c44fa3f72b02a2 (diff)
downloadspack-d92457467a82b5e77e397a7499366828e84e40fe.tar.gz
spack-d92457467a82b5e77e397a7499366828e84e40fe.tar.bz2
spack-d92457467a82b5e77e397a7499366828e84e40fe.tar.xz
spack-d92457467a82b5e77e397a7499366828e84e40fe.zip
test_variant_propagation_with_unify_false: missing fixture (#41345)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/test/env.py b/lib/spack/spack/test/env.py
index 6ab05a603f..21c59488d1 100644
--- a/lib/spack/spack/test/env.py
+++ b/lib/spack/spack/test/env.py
@@ -695,7 +695,7 @@ def test_removing_spec_from_manifest_with_exact_duplicates(
@pytest.mark.regression("35298")
@pytest.mark.only_clingo("Propagation not supported in the original concretizer")
-def test_variant_propagation_with_unify_false(tmp_path, mock_packages):
+def test_variant_propagation_with_unify_false(tmp_path, mock_packages, config):
"""Spack distributes concretizations to different processes, when unify:false is selected and
the number of roots is 2 or more. When that happens, the specs to be concretized need to be
properly reconstructed on the worker process, if variant propagation was requested.