Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r97296:da64fb221689
Date: 2019-08-27 11:57 +0300
http://bitbucket.org/pypy/pypy/changeset/da64fb221689/

Log:    fixup conftest for removed files

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -333,14 +333,6 @@
     RegrTest('test_pathlib.py'),
     RegrTest('test_pdb.py'),
     RegrTest('test_peepholer.py'),
-    RegrTest('test_pep247.py'),
-    RegrTest('test_pep277.py'),
-    RegrTest('test_pep3120.py'),
-    RegrTest('test_pep3131.py'),
-    RegrTest('test_pep3151.py'),
-    RegrTest('test_pep352.py'),
-    RegrTest('test_pep380.py'),
-    RegrTest('test_pep479.py'),
     RegrTest('test_pickle.py', core=True),
     RegrTest('test_pickletools.py', core=False),
     RegrTest('test_pipes.py'),
@@ -415,7 +407,6 @@
     RegrTest('test_string.py', core=True),
     RegrTest('test_string_literals.py'),
     RegrTest('test_stringprep.py'),
-    RegrTest('test_strlit.py'),
     RegrTest('test_strptime.py'),
     RegrTest('test_strtod.py'),
     RegrTest('test_struct.py', usemodules='struct'),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to