Adjust assert transform for new "if_and" rule

This commit is contained in:
rocky
2020-02-04 21:28:08 -05:00
parent 621bc96e8a
commit 68c9de60a5
2 changed files with 10 additions and 1 deletions

View File

@@ -35,7 +35,11 @@ SKIP_TESTS=(
[test_urllib2net.py]=1 # is interactive?
[test_urllibnet.py]=1 # it fails on its own
[test_winreg.py]=1 # it fails on its own
[test_winsound.py[=1 # it fails on its own
[test_winsound.py]=1 # it fails on its own
[test_zipfile64.py]=1 # Runs ok but takes 204 seconds
[test_zlib]=1 # fails on its own
)
if (( batch )) ; then
SKIP_TESTS[test_doctest.py]=1 # Fails on ppc64le
fi