1 parent 1f433c7 commit cd20027Copy full SHA for cd20027
1 file changed
tests/run-tests
@@ -267,6 +267,7 @@ def run_tests(pyb, tests, args):
267
# Some tests use unsupported features on Windows
268
if os.name == 'nt':
269
skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
270
+ skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds
271
272
# Some tests are known to fail with native emitter
273
# Remove them from the below when they work
0 commit comments