diff options
Diffstat (limited to 'testing/test_git.py')
-rw-r--r-- | testing/test_git.py | 1 |
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") |