##// END OF EJS Templates
Fix some tests on Python 3.13 RC1 (#14504)...
Fix some tests on Python 3.13 RC1 (#14504) Random little odds and ends that have changed in 3.13 break the tests. I think this should get the CI working again. :crossed_fingers: Closes #14457 Closes #14458

File last commit:

r27747:f5d4e0ac
r28829:82eba444 merge
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])