summaryrefslogtreecommitdiff
path: root/testing/test_mercurial.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-27 14:15:50 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-27 14:15:50 +0200
commit5822b528b21d9c6991cf527871dd2099018554b1 (patch)
tree07ce91cb31a140c041ce4c10ffcee04070956941 /testing/test_mercurial.py
parent60475bde630a8b735ecec65541bf2f0ce4e7990b (diff)
downloadsetuptools-scm-5822b528b21d9c6991cf527871dd2099018554b1.tar.gz
fix test_latest_tag_detection by always specifiying hg user and tag
Diffstat (limited to 'testing/test_mercurial.py')
-rw-r--r--testing/test_mercurial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_mercurial.py b/testing/test_mercurial.py
index a054b75..1ea740b 100644
--- a/testing/test_mercurial.py
+++ b/testing/test_mercurial.py
@@ -160,7 +160,7 @@ def test_latest_tag_detection(wd):
""" Tests that tags not containing a "." are ignored, the same as for git.
Note that will be superceded by the fix for pypa/setuptools_scm/issues/235
"""
- wd('hg tag some-random-tag')
+ wd('hg tag some-random-tag -u test -d "0 0"')
assert wd.version == '1.0.0'