We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc7854 commit 1ca28bdCopy full SHA for 1ca28bd
1 file changed
tests/run-tests
@@ -19,6 +19,7 @@ else:
19
20
# Set PYTHONIOENCODING so that CPython will use utf-8 on systems which set another encoding in the locale
21
os.environ['PYTHONIOENCODING'] = 'utf-8'
22
+os.environ['MICROPYPATH'] = ''
23
24
def rm_f(fname):
25
if os.path.exists(fname):
0 commit comments