-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Funcsigs fix #2571
Funcsigs fix #2571
Conversation
Package-Manager: portage-2.3.0
This commit disables 2 tests because they fail to run with pypy3. This has been reported upstream. Upstream bug: testing-cabal/funcsigs#10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564852 Package-Manager: portage-2.3.0
@jlec since you are the assignee of the bug, can you review? |
😞 The QA check for this pull request has found the following issues: Issues inherited from Gentoo (may be modified by PR): |
- pass | ||
+ if platform.python_implementation() != "PyPy": | ||
+ exec(""" | ||
+def test_signature_on_callable_objects(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's with all this whitespace churn? Can you get rid of pure formatting stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just following the style and manner of the rest of the code on how upstream disables certain tests based on certain features.
This commit disables 2 tests because they fail to run with pypy3. This has been reported upstream. Upstream bug: testing-cabal/funcsigs#10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564852 Package-Manager: portage-2.3.0 Closes: #2571 Signed-off-by: David Seifert <[email protected]>
Package-Manager: portage-2.3.0 Closes: gentoo#2571 Signed-off-by: David Seifert <[email protected]>
This commit disables 2 tests because they fail to run with pypy3. This has been reported upstream. Upstream bug: testing-cabal/funcsigs#10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564852 Package-Manager: portage-2.3.0 Closes: gentoo#2571 Signed-off-by: David Seifert <[email protected]>
dev-python/funcsigs: fix test issue with pypy3
This commit disables 2 tests because they fail to run with pypy3.
This has been reported upstream.
Upstream bug: testing-cabal/funcsigs#10
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564852