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

Funcsigs fix #2571

Closed
wants to merge 2 commits into from
Closed

Funcsigs fix #2571

wants to merge 2 commits into from

Conversation

MathyV
Copy link
Contributor

@MathyV MathyV commented Oct 16, 2016

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

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
@MathyV
Copy link
Contributor Author

MathyV commented Oct 16, 2016

@jlec since you are the assignee of the bug, can you review?

@gentoo-repo-qa-bot
Copy link
Collaborator

😞 The QA check for this pull request has found the following issues:

Issues inherited from Gentoo (may be modified by PR):
https://qa-reports.gentoo.org/output/gentoo-ci/2b069f6/output.html#media-plugins/vdr-mailbox

- pass
+ if platform.python_implementation() != "PyPy":
+ exec("""
+def test_signature_on_callable_objects(self):
Copy link
Member

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?

Copy link
Contributor Author

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.

@SoapGentoo SoapGentoo self-assigned this Oct 18, 2016
gentoo-bot pushed a commit that referenced this pull request Oct 18, 2016
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]>
paraenggu pushed a commit to paraenggu/gentoo that referenced this pull request Oct 23, 2016
Package-Manager: portage-2.3.0
Closes: gentoo#2571

Signed-off-by: David Seifert <[email protected]>
paraenggu pushed a commit to paraenggu/gentoo that referenced this pull request Oct 23, 2016
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]>
@MathyV MathyV deleted the funcsigs-fix branch November 4, 2016 08:16
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

Successfully merging this pull request may close these issues.

3 participants