Skip to content

Commit 5c4330b

Browse files
committed
temporary disabling of a few specific flake complaints until a better solution can be found
1 parent b6a9e94 commit 5c4330b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/spack/spack/test/install.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import spack.repo
1111
import spack.store
1212
from 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

1616
def test_install_and_uninstall(install_mockery, mock_fetch):
@@ -127,7 +127,7 @@ def test_installed_dependency_request_conflicts(
127127

128128

129129
def 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

164164
def 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
"""

0 commit comments

Comments
 (0)