Skip to content

Commit 26255b4

Browse files
author
Doug Greiman
committed
Disable test_dbm for Python 3.6
1 parent 3e4599c commit 26255b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python-interpreter-builder/scripts/build-python-3.6.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@ make altinstall
121121

122122
# Run tests
123123
# test___all__: Depends on Debian-specific locale changes
124+
# test_dbm: https://bugs.python.org/issue28700
124125
# test_imap: https://bugs.python.org/issue30175
125126
# test_shutil: https://bugs.python.org/issue29317
126-
make test TESTOPTS="--exclude test___all__ test_imaplib test_shutil"
127+
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
127128

128129
# Clean-up sources
129130
cd /opt

0 commit comments

Comments
 (0)