diff options
author | Ionel Cristian Mărieș <contact@ionelmc.ro> | 2019-05-10 13:49:11 +0300 |
---|---|---|
committer | Ionel Cristian Mărieș <contact@ionelmc.ro> | 2019-05-10 13:55:33 +0300 |
commit | ea4a6e5eb885a2f013e1b3e5374476dceec2a2fa (patch) | |
tree | e2003f220390ea04d4c190f2f80ff41ba9a77d48 /testing/test_regressions.py | |
parent | d1ac9d1e0fabc0905a3c854004ac8fd57117ea6d (diff) | |
download | setuptools-scm-ea4a6e5eb885a2f013e1b3e5374476dceec2a2fa.tar.gz |
Use a different root for fallbacks. Remove old hack that merely checked entrypoint existence (and not if results are valid). Ref #333.
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 702cbf2..9327244 100644 --- a/testing/test_regressions.py +++ b/testing/test_regressions.py @@ -29,7 +29,7 @@ def test_pkginfo_noscmroot(tmpdir, monkeypatch): do("git init", p.dirpath()) res = do((sys.executable, "setup.py", "--version"), p) - assert res == "1.0" + assert res == "0.1.dev0" def test_pip_egg_info(tmpdir, monkeypatch): |