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 131674d commit 0957506Copy full SHA for 0957506
graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_shutdown.py
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
#
4
# The Universal Permissive License (UPL), Version 1.0
@@ -50,7 +50,7 @@
50
ENV['PYTHONPATH'] = str(DIR.parent.parent)
51
ARGS = []
52
if sys.implementation.name == 'graalpy':
53
- ARGS = ['--python.EnableDebuggingBuiltins']
+ ARGS = ['--experimental-options', '--python.EnableDebuggingBuiltins']
54
COMMAND = [sys.executable, *ARGS, str(MODULE_PATH)]
55
56
0 commit comments