Skip to content

Commit 597a874

Browse files
authored
Skip test_xmlrpc_net when building python interpreters (GoogleCloudPlatform#175)
1 parent 7b8bf15 commit 597a874

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ make profile-opt
123123
# test_dbm: https://bugs.python.org/issue28700
124124
# test_imap: https://bugs.python.org/issue30175
125125
# test_shutil: https://bugs.python.org/issue29317
126-
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
126+
# test_xmlrpc_net: https://bugs.python.org/issue31724
127+
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil test_xmlrpc_net"
127128

128129
# Install
129130
make altinstall

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ make profile-opt
123123
# test_dbm: https://bugs.python.org/issue28700
124124
# test_imap: https://bugs.python.org/issue30175
125125
# test_shutil: https://bugs.python.org/issue29317
126-
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil"
126+
# test_xmlrpc_net: https://bugs.python.org/issue31724
127+
make test TESTOPTS="--exclude test___all__ test_dbm test_imaplib test_shutil test_xmlrpc_net"
127128

128129
# Install
129130
make altinstall

0 commit comments

Comments
 (0)