Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python-interpreter-builder/scripts/build-python-3.5.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -123,7 +123,8 @@ make profile-opt
# test_dbm: https://bugs.python.org/issue28700
# test_imap: https://bugs.python.org/issue30175
# test_shutil: https://bugs.python.org/issue29317
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
# test_xmlrpc_net: https://bugs.python.org/issue31724
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil test_xmlrpc_net"

# Install
make altinstall
Expand Down
3 changes: 2 additions & 1 deletion python-interpreter-builder/scripts/build-python-3.6.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -123,7 +123,8 @@ make profile-opt
# test_dbm: https://bugs.python.org/issue28700
# test_imap: https://bugs.python.org/issue30175
# test_shutil: https://bugs.python.org/issue29317
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
# test_xmlrpc_net: https://bugs.python.org/issue31724
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil test_xmlrpc_net"

# Install
make altinstall
Expand Down