We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5318cc0 commit 66a6caaCopy full SHA for 66a6caa
1 file changed
tests/run-tests
@@ -60,6 +60,7 @@ def run_tests(pyb, tests, args):
60
# Some tests shouldn't be run under Travis CI
61
if os.getenv('TRAVIS') == 'true':
62
skip_tests.add('basics/memoryerror.py')
63
+ skip_tests.add('misc/print_exception.py')
64
65
# Some tests shouldn't be run on pyboard
66
if pyb is not None:
0 commit comments