Skip to content

Commit

Permalink
Update lib/spack/spack/test/concretize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
  • Loading branch information
haampie and alalazo committed Apr 16, 2024
1 parent e7218dd commit b742fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spack/spack/test/concretize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ def test_reuse_installed_packages_when_package_def_changes(
assert root.dag_hash() != new_root_without_reuse.dag_hash()

@pytest.mark.only_clingo("Use case not supported by the original concretizer")
@pytest.mark.regression("43663")
def test_no_reuse_when_variant_condition_does_not_hold(self, mutable_database, mock_packages):
spack.config.set("concretizer:reuse", True)

Expand Down

0 comments on commit b742fcc

Please sign in to comment.