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 60475bd commit 5822b52Copy full SHA for 5822b52
testing/test_mercurial.py
@@ -160,7 +160,7 @@ def test_latest_tag_detection(wd):
160
""" Tests that tags not containing a "." are ignored, the same as for git.
161
Note that will be superceded by the fix for pypa/setuptools_scm/issues/235
162
"""
163
- wd('hg tag some-random-tag')
+ wd('hg tag some-random-tag -u test -d "0 0"')
164
assert wd.version == '1.0.0'
165
166
0 commit comments