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

Testsuite failures #38

Closed
nijel opened this issue May 19, 2015 · 1 comment
Closed

Testsuite failures #38

nijel opened this issue May 19, 2015 · 1 comment

Comments

@nijel
Copy link

nijel commented May 19, 2015

In some cases the repr does not match test expectations:

Traceback (most recent call last):
  File "test_futures.py", line 578, in test_repr
    '<Future at 0x[0-9a-f]+ state=pending>')
AssertionError: Regexp didn't match: '<Future at 0x[0-9a-f]+ state=pending>' not found in '<Future at 0xf6f3a24cL state=pending>'

Following patch fixes it:

https://build.opensuse.org/package/view_file/devel:languages:python/python-futures/fix-testsuite.patch?expand=1

@agronholm
Copy link
Owner

Fixed in fdb0bd5.

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

No branches or pull requests

2 participants