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 c18401f commit 8252f92Copy full SHA for 8252f92
testing/test_git.py
@@ -254,6 +254,7 @@ def test_not_matching_tags(wd):
254
255
256
@pytest.mark.issue("https://github.com/pypa/setuptools_scm/issues/411")
257
+@pytest.mark.xfail(reason="https://github.com/pypa/setuptools_scm/issues/449")
258
def test_non_dotted_version(wd):
259
wd.commit_testfile()
260
wd("git tag apache-arrow-1")
0 commit comments