We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dfd91 commit 0abf36cCopy full SHA for 0abf36c
graalpython/com.oracle.graal.python.test/src/runner.py
@@ -69,15 +69,6 @@
69
TAGGED_TEST_ROOT = (DIR.parent.parent / 'lib-python' / '3' / 'test').resolve()
70
IS_GRAALPY = sys.implementation.name == 'graalpy'
71
72
-if sys.implementation.version < (3, 12):
73
- # XXX Temporary hack: python 3.12 will have a toml parser in standard library, for now we load vendored one from pip
74
- [pip_wheel] = (DIR.parent.parent / 'lib-python' / '3' / 'ensurepip' / '_bundled').glob('pip*.whl')
75
- sys.path.append(pip_wheel)
76
-
77
- sys.path.pop()
78
-else:
79
- pass
80
81
82
class Logger:
83
report_incomplete = sys.stdout.isatty()
0 commit comments