1 parent 3e4599c commit 26255b4Copy full SHA for 26255b4
1 file changed
python-interpreter-builder/scripts/build-python-3.6.sh
@@ -121,9 +121,10 @@ make altinstall
121
122
# Run tests
123
# test___all__: Depends on Debian-specific locale changes
124
+# test_dbm: https://bugs.python.org/issue28700
125
# test_imap: https://bugs.python.org/issue30175
126
# test_shutil: https://bugs.python.org/issue29317
-make test TESTOPTS="--exclude test___all__ test_imaplib test_shutil"
127
+make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
128
129
# Clean-up sources
130
cd /opt
0 commit comments