summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2014-09-03 07:39:10 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2014-09-03 07:39:10 +0200
commit6dba4154d8cf92ea98a9af4a785c4bd7513725be (patch)
tree8d9411d23dfd2cb8cae0539c8c4069293366a61a
parenteabc480503a28d24df874ff1770e151c48b49e58 (diff)
downloadsetuptools-scm-6dba4154d8cf92ea98a9af4a785c4bd7513725be.tar.gz
fix testsv0.19
-rw-r--r--test_hgdistver.py2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/test_hgdistver.py b/test_hgdistver.py
index 46f3519..47383fd 100644
--- a/test_hgdistver.py
+++ b/test_hgdistver.py
@@ -122,7 +122,7 @@ def test_version_from_hg_id(wd):
wd('hg add test.txt')
wd('hg commit -m commit -u test -d "0 0"')
- assert wd.version.startswith('0.1.dev1-')
+ assert wd.version.startswith('0.1.dev2-')
# tagging commit is considered the tag
wd('hg tag v0.1 -u test -d "0 0"')
diff --git a/tox.ini b/tox.ini
index 2b97ee3..2dddf6c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps=
pytest>2.1
py
# no mercurial on 3.XX
-X
+
[testenv:flake8]
deps=
flake8