We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dfdd9 commit 8fad32bCopy full SHA for 8fad32b
tests/backends/build_system/functional/test_lock_files.py
@@ -144,6 +144,8 @@ def test_all_lock_files_are_generated_by_expected_python_version():
144
"platforms we need to test are mac and Windows."
145
),
146
)
147
+@pytest.mark.xfail(reason="pip-tools compatibility issue needs to be resolved:"
148
+ " https://github.com/jazzband/pip-tools/issues/2176")
149
def test_lock_files_are_up_to_date(tmpdir):
150
reqs_dir = tmpdir / "requirements"
151
reqs_dir.mkdir()
0 commit comments