summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-31 08:50:59 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-31 08:50:59 +0200
commit8252f92315d3b6f245ccf6e4a83d26120d45be51 (patch)
treee08c20cd2084c5e2a8f885f94354821480b4cc16
parentc18401f25ec213b96cae2e8590993649261d6382 (diff)
downloadsetuptools-scm-bugfix/449-disallow-the-nondot.tar.gz
xfail the test for non-dotted versionsbugfix/449-disallow-the-nondot
xref #411 #449
-rw-r--r--testing/test_git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/test_git.py b/testing/test_git.py
index e92d19a..542a29f 100644
--- a/testing/test_git.py
+++ b/testing/test_git.py
@@ -254,6 +254,7 @@ def test_not_matching_tags(wd):
@pytest.mark.issue("https://github.com/pypa/setuptools_scm/issues/411")
+@pytest.mark.xfail(reason="https://github.com/pypa/setuptools_scm/issues/449")
def test_non_dotted_version(wd):
wd.commit_testfile()
wd("git tag apache-arrow-1")