Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost_adaptbx/tests/tst_python_streambuf.py failing on python 3 #367

Open
Anthchirp opened this issue Jul 9, 2019 · 2 comments
Open

boost_adaptbx/tests/tst_python_streambuf.py failing on python 3 #367

Anthchirp opened this issue Jul 9, 2019 · 2 comments
Assignees
Labels

Comments

@Anthchirp
Copy link
Member

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?

@Anthchirp Anthchirp added the bug label Jul 9, 2019
@nksauter
Copy link
Contributor

nksauter commented Jul 9, 2019 via email

@graeme-winter
Copy link
Contributor

Since @nksauter mentioned @phyy-nx on the case, assigned.

Possibly if the failure is intentional we could disable the test (since cannot mark as xfail) until the failure becomes not intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants