Author: Ronan Lamy <[email protected]>
Branch: py3.7
Changeset: r97388:627350a3eb96
Date: 2019-09-06 15:08 +0200
http://bitbucket.org/pypy/pypy/changeset/627350a3eb96/
Log: Look for 3.7 instead of 3.6 in -A tests
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -5,7 +5,7 @@
# some tests fail otherwise
sys.setrecursionlimit(2000)
-LOOK_FOR_PYTHON3 = 'python3.6'
+LOOK_FOR_PYTHON3 = 'python3.7'
PYTHON3 = os.getenv('PYTHON3') or py.path.local.sysfind(LOOK_FOR_PYTHON3)
if PYTHON3 is not None:
PYTHON3 = str(PYTHON3)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit