summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-04-05 21:50:00 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-04-05 21:50:00 +0200
commit583198f7c59d4819cfc1e9c7f7b2967a2601625b (patch)
treeaf1de558e6a162b6103f5dcfb3c27f6effa18a32
parent7ef559b66e190e3f17b831c21d0c532753757504 (diff)
downloadsetuptools-scm-583198f7c59d4819cfc1e9c7f7b2967a2601625b.tar.gz
fixup: hg_git tests for the wd version
-rw-r--r--testing/test_hg_git.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_hg_git.py b/testing/test_hg_git.py
index ed22b09..082f5ad 100644
--- a/testing/test_hg_git.py
+++ b/testing/test_hg_git.py
@@ -26,8 +26,8 @@ def _check_hg_git() -> None:
def test_base(repositories_hg_git: tuple[WorkDir, WorkDir]) -> None:
wd, wd_git = repositories_hg_git
- assert wd_git.version == "0.1.dev0"
- assert wd.version == "0.1.dev0"
+ assert wd_git.version == "0.1.dev0+d20090213"
+ assert wd.version == "0.1.dev0+d20090213"
wd_git.commit_testfile()
version_git = wd_git.version