Problems with rc2
@mgorny points out in a mail to pypy-dev:
... tested PyPy3.7 against a set of ~200 packages. Two specific problems came up:
- attrs and zope.interface both fail tests with the following exception:
zope.interface.exceptions.InvalidInterface: Concrete attribute, __orig_bases__
- hypothesis fails tests with asyncio error:
Traceback (most recent call last):
File "/tmp/portage/dev-python/hypothesis-5.35.3/work/hypothesis-hypothesis-python-5.35.3/hypothesis-python-pypy3/tests/cover/test_async_def.py", line 33, in test_foo
@given(st.text())
File "/tmp/portage/dev-python/hypothesis-5.35.3/work/hypothesis-hypothesis-python-5.35.3/hypothesis-python-pypy3/build/lib/hypothesis/core.py", line 1145, in wrapped_test
raise the_error_hypothesis_found
File "/tmp/portage/dev-python/hypothesis-5.35.3/work/hypothesis-hypothesis-python-5.35.3/hypothesis-python-pypy3/tests/cover/test_async_def.py", line 30, in execute_example
asyncio.run(f())
File "/usr/lib/pypy3.7/lib-python/3/asyncio/runners.py", line 39, in run
loop = events.new_event_loop()
File "/usr/lib/pypy3.7/lib-python/3/asyncio/events.py", line 762, in new_event_loop
return get_event_loop_policy().new_event_loop()
File "/usr/lib/pypy3.7/lib-python/3/asyncio/events.py", line 660, in new_event_loop
return self._loop_factory()
File "/usr/lib/pypy3.7/lib-python/3/asyncio/unix_events.py", line 51, in __init__
super().__init__(selector)
File "/usr/lib/pypy3.7/lib-python/3/asyncio/selector_events.py", line 54, in __init__
super().__init__()
File "/usr/lib/pypy3.7/lib-python/3/asyncio/base_events.py", line 370, in __init__
self._clock_resolution = time.get_clock_info('monotonic').resolution
TypeError: time() takes 0 positional arguments but 1 was given
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information