Skip to content

Commit 0abf36c

Browse files
committed
Remove toml hack
1 parent f9dfd91 commit 0abf36c

File tree

1 file changed

+0
-9
lines changed
  • graalpython/com.oracle.graal.python.test/src

1 file changed

+0
-9
lines changed

graalpython/com.oracle.graal.python.test/src/runner.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@
6969
TAGGED_TEST_ROOT = (DIR.parent.parent / 'lib-python' / '3' / 'test').resolve()
7070
IS_GRAALPY = sys.implementation.name == 'graalpy'
7171

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-
8172

8273
class Logger:
8374
report_incomplete = sys.stdout.isatty()

0 commit comments

Comments
 (0)