Skip to content

Commit 8fad32b

Browse files
Mark temporarily failing test as xfail (#9563)
* Mark temporarily failing test as xfail
1 parent 22dfdd9 commit 8fad32b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/backends/build_system/functional/test_lock_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ def test_all_lock_files_are_generated_by_expected_python_version():
144144
"platforms we need to test are mac and Windows."
145145
),
146146
)
147+
@pytest.mark.xfail(reason="pip-tools compatibility issue needs to be resolved:"
148+
" https://github.com/jazzband/pip-tools/issues/2176")
147149
def test_lock_files_are_up_to_date(tmpdir):
148150
reqs_dir = tmpdir / "requirements"
149151
reqs_dir.mkdir()

0 commit comments

Comments
 (0)