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 90e4954 commit bea6977Copy full SHA for bea6977
testing/test_integration.py
@@ -28,7 +28,7 @@ def test_pyproject_support(tmpdir, monkeypatch):
28
assert res == "12.34"
29
30
31
-@pytest.mark.xfail
+@pytest.mark.xfail(reason="#174")
32
def test_pyproject_support_with_git(tmpdir, monkeypatch, wd):
33
monkeypatch.delenv("SETUPTOOLS_SCM_DEBUG")
34
pkg = tmpdir.join("wd")
0 commit comments