-
Notifications
You must be signed in to change notification settings - Fork 13
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
multiple test failures in version 0.4 with pypy3 #10
Comments
I was looking into why this is occurring and possible create a fix, but I got stuck for the moment. It seems that the behaviour for _get_user_defined_method is different for the different implementations, but my python voodoo isn't strong enough to come up with a solution atm. I'm checking with the pypy devs why the behaviour is different. This is the simplified testcase:
Output:
|
I checked on #pypy where I was pointed to this page which mentions differences in the inspect module: http://doc.pypy.org/en/latest/cpython_differences.html#miscellaneous |
BTW: the reason it works on pypy is because the failing tests are being ignored by the sys.version_info[0] > 2 check. |
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 Closes: #2571 Signed-off-by: David Seifert <soap@gentoo.org>
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 <soap@gentoo.org>
This package has a spurious test failure on PyPy3, which was reported upstream a while ago: testing-cabal/funcsigs#10 This is fixed thanks to the included patch, which was authored and is also used by the Gentoo Python team. With this, packages like 'pytest' and 'click' now work under PyPy3. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This package has a spurious test failure on PyPy3, which was reported upstream a while ago: testing-cabal/funcsigs#10 This is fixed thanks to the included patch, which was authored and is also used by the Gentoo Python team. With this, packages like 'pytest' and 'click' now work under PyPy3. Signed-off-by: Austin Seipp <aseipp@pobox.com>
From aliles#18, filed by @jlec
The text was updated successfully, but these errors were encountered: