diff options
Diffstat (limited to 'testing/test_regressions.py')
-rw-r--r-- | testing/test_regressions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_regressions.py b/testing/test_regressions.py index 4c27ca9..018f37e 100644 --- a/testing/test_regressions.py +++ b/testing/test_regressions.py @@ -46,7 +46,7 @@ def test_pkginfo_noscmroot(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> N pass else: res = run([sys.executable, "setup.py", "--version"], p) - assert res.stdout == "0.1.dev0" + assert res.stdout == "0.1.dev0+d20090213" @pytest.mark.issue(164) |