Skip to content

Commit 5822b52

Browse files
fix test_latest_tag_detection by always specifiying hg user and tag
1 parent 60475bd commit 5822b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_mercurial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_latest_tag_detection(wd):
160160
""" Tests that tags not containing a "." are ignored, the same as for git.
161161
Note that will be superceded by the fix for pypa/setuptools_scm/issues/235
162162
"""
163-
wd('hg tag some-random-tag')
163+
wd('hg tag some-random-tag -u test -d "0 0"')
164164
assert wd.version == '1.0.0'
165165

166166

0 commit comments

Comments
 (0)