File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
python-interpreter-builder/scripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
129130make altinstall
Original file line number Diff line number Diff 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
129130make altinstall
You can’t perform that action at this time.
0 commit comments