From 781472001feb8521d753d971f434410e8377ccb1 Mon Sep 17 00:00:00 2001 From: psakievich Date: Tue, 30 Apr 2024 15:42:48 +0000 Subject: [PATCH] [@spackbot] updating style on behalf of psakievich --- lib/spack/spack/test/concretize.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/spack/spack/test/concretize.py b/lib/spack/spack/test/concretize.py index 8e0df757ec1..3797e69c385 100644 --- a/lib/spack/spack/test/concretize.py +++ b/lib/spack/spack/test/concretize.py @@ -2831,9 +2831,7 @@ def test_git_ref_version_can_be_reused(monkeypatch, install_mockery_mutable_conf @pytest.mark.only_clingo("clingo only re-use feature being tested") -def test_reuse_prefers_standard_over_git_versions( - monkeypatch, install_mockery_mutable_config -): +def test_reuse_prefers_standard_over_git_versions(monkeypatch, install_mockery_mutable_config): """ order matters in this test. typically re-use would pick the last installed match but we want to prefer the standard version over git ref based versions