Skip to content

Commit bea6977

Browse files
committed
fixup! Test pyproject.toml integration using git
1 parent 90e4954 commit bea6977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_pyproject_support(tmpdir, monkeypatch):
2828
assert res == "12.34"
2929

3030

31-
@pytest.mark.xfail
31+
@pytest.mark.xfail(reason="#174")
3232
def test_pyproject_support_with_git(tmpdir, monkeypatch, wd):
3333
monkeypatch.delenv("SETUPTOOLS_SCM_DEBUG")
3434
pkg = tmpdir.join("wd")

0 commit comments

Comments
 (0)