From 3c6b5b8afcae65a046d93c23a4a8d02187083b75 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 18 Aug 2022 19:22:50 +0200 Subject: Remove unused argument in test fixture (#32236) The argument is very likely a typo, and was meant to be given to the fixture decorator. Since the value being passed is the default, let's just remove it. --- lib/spack/spack/test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/test/conftest.py b/lib/spack/spack/test/conftest.py index 1bf7af5f3b..d7bdfe6ac8 100644 --- a/lib/spack/spack/test/conftest.py +++ b/lib/spack/spack/test/conftest.py @@ -85,7 +85,7 @@ def override_git_repos_cache_path(tmpdir): @pytest.fixture -def mock_git_version_info(tmpdir, override_git_repos_cache_path, scope="function"): +def mock_git_version_info(tmpdir, override_git_repos_cache_path): """Create a mock git repo with known structure The structure of commits in this repo is as follows:: -- cgit v1.2.3-60-g2f50