[pypy-commit] pypy py3.6: this restriction was lifted, and we didn't import the test change correctly or

cfbolz pypy.commits at gmail.com
Mon Sep 16 08:48:03 EDT 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.6
Changeset: r97493:a741689e58e9
Date: 2019-09-16 14:04 +0200
http://bitbucket.org/pypy/pypy/changeset/a741689e58e9/

Log:	this restriction was lifted, and we didn't import the test change
	correctly or something

diff --git a/lib-python/3/test/test_regrtest.py b/lib-python/3/test/test_regrtest.py
--- a/lib-python/3/test/test_regrtest.py
+++ b/lib-python/3/test/test_regrtest.py
@@ -260,7 +260,6 @@
                 self.checkError([opt, '0', '-l'], "don't go together")
                 self.checkError([opt, '0', '-T'], "don't go together")
                 self.checkError([opt, '0', '-l'], "don't go together")
-                self.checkError([opt, '0', '-M', '4G'], "don't go together")
 
     def test_coverage(self):
         for opt in '-T', '--coverage':


More information about the pypy-commit mailing list