summaryrefslogtreecommitdiff
path: root/repo/python-setuptools-scm/test_integration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-setuptools-scm/test_integration.patch')
-rw-r--r--repo/python-setuptools-scm/test_integration.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/python-setuptools-scm/test_integration.patch b/repo/python-setuptools-scm/test_integration.patch
new file mode 100644
index 0000000..09490b5
--- /dev/null
+++ b/repo/python-setuptools-scm/test_integration.patch
@@ -0,0 +1,11 @@
+--- ./testing/test_integration.py
++++ ./testing/test_integration.py
+@@ -119,7 +119,7 @@
+ monkeypatch.setenv(PRETEND_KEY, "dummy")
+ wd.write("setup.py", SETUP_PY_PLAIN)
+ assert wd.get_version(write_to="test.py") == "dummy"
+- assert wd("python setup.py --version") == "0.0.0"
++ assert wd("python3 setup.py --version") == "0.0.0"
+
+
+ def test_own_setup_fails_on_old_python(monkeypatch):