Open
Description
loads of tests still failing on python 3. This one is run by azure:
https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=184
Standard error:
Traceback (most recent call last):
File "/__w/1/modules/cctbx_project/boost_adaptbx/tests/tst_python_streambuf.py", line 7, in <module>
import StringIO
ModuleNotFoundError: No module named 'StringIO'
Looks like this test was never run during porting to Python3?