diff options
Diffstat (limited to 'sources/pyside6/tests')
| -rw-r--r-- | sources/pyside6/tests/pysidetest/enum_test.py | 9 | ||||
| -rw-r--r-- | sources/pyside6/tests/registry/scrape_testresults.py | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sources/pyside6/tests/pysidetest/enum_test.py b/sources/pyside6/tests/pysidetest/enum_test.py index 9816db224..b36e77152 100644 --- a/sources/pyside6/tests/pysidetest/enum_test.py +++ b/sources/pyside6/tests/pysidetest/enum_test.py @@ -92,15 +92,6 @@ class InvestigateOpcodesTest(unittest.TestCase): ('LOAD_CONST', 100, 0), ('RETURN_VALUE', 83, None)] - if sys.version_info[:2] <= (3, 6): - - result_2 = [('LOAD_GLOBAL', 116, 0), - ('LOAD_ATTR', 106, 1), - ('CALL_FUNCTION', 131, 0), - ('STORE_FAST', 125, 1), - ('LOAD_CONST', 100, 0), - ('RETURN_VALUE', 83, None)] - if sys.version_info[:2] == (3, 11): # Note: Python 3.11 is a bit more complex because it can optimize itself. # Opcodes are a bit different, and a hidden second code object is used. diff --git a/sources/pyside6/tests/registry/scrape_testresults.py b/sources/pyside6/tests/registry/scrape_testresults.py index 44677444b..055df973f 100644 --- a/sources/pyside6/tests/registry/scrape_testresults.py +++ b/sources/pyside6/tests/registry/scrape_testresults.py @@ -28,11 +28,6 @@ After the cache has been created, the runtime is substantially smaller. """ -import sys -if sys.version_info[:2] < (3, 6): - print("This program is written for Python 3.6 or higher.") - sys.exit(1) - DEMO_URL = ("https://testresults.qt.io/coin/api/results/pyside/pyside-setup/" # The above URL part is fixed. "30c1193ec56a86b8d0920c325185b9870f96941e/" |
