Skip to content

Commit 8252f92

Browse files
xfail the test for non-dotted versions
xref #411 #449
1 parent c18401f commit 8252f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def test_not_matching_tags(wd):
254254

255255

256256
@pytest.mark.issue("https://github.com/pypa/setuptools_scm/issues/411")
257+
@pytest.mark.xfail(reason="https://github.com/pypa/setuptools_scm/issues/449")
257258
def test_non_dotted_version(wd):
258259
wd.commit_testfile()
259260
wd("git tag apache-arrow-1")

0 commit comments

Comments
 (0)