File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010import spack .repo
1111import spack .store
1212from spack .spec import Spec
13- from spack .test .database import gen_mock_layout
13+ from spack .test .database import gen_mock_layout # NOQA: ignore=F401
1414
1515
1616def test_install_and_uninstall (install_mockery , mock_fetch ):
@@ -127,7 +127,7 @@ def test_installed_dependency_request_conflicts(
127127
128128
129129def test_installed_upstream_external (
130- tmpdir_factory , install_mockery , mock_fetch , gen_mock_layout ):
130+ tmpdir_factory , install_mockery , mock_fetch , gen_mock_layout ): # NOQA: ignore=F811
131131 """Check that when a dependency package is recorded as installed in
132132 an upstream database that it is not reinstalled.
133133 """
@@ -162,7 +162,7 @@ def test_installed_upstream_external(
162162
163163
164164def test_installed_upstream (tmpdir_factory , install_mockery , mock_fetch ,
165- gen_mock_layout ):
165+ gen_mock_layout ): # NOQA: ignore=F811
166166 """Check that when a dependency package is recorded as installed in
167167 an upstream database that it is not reinstalled.
168168 """
You can’t perform that action at this time.
0 commit comments