You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This usage is soon to be deprecated and prohibited by the standard library (https://bugs.python.org/issue34075), and it currently causes issues in 3.7.0 (https://bugs.python.org/issue34073). This issue was discovered when making changes in pytest-asyncio to make the tests work under 3.7.0. This affects the event_loop_process_pool fixture and the pytest.mark.asyncio_process_pool marker.
The text was updated successfully, but these errors were encountered:
jonafato
added a commit
to jonafato/pytest-asyncio
that referenced
this issue
Jul 9, 2018
- Enable tests and declare support for Python 3.7
- Use `async` and `await` in all tests
Note: this change may be blocked by pytest-dev#87. The behavior of the
`ProcessPoolExecutor` tests is somewhat flaky in 3.7 and may cause the
test suite to hang.
Remove the `event_loop_process_pool` fixture and the
`pytest.mark.asyncio_process_pool` marker to address deprecation and
removal detailed in https://bugs.python.org/issue34075.
Fixespytest-dev#87.
jonafato
added a commit
to jonafato/pytest-asyncio
that referenced
this issue
Jul 9, 2018
Remove the `event_loop_process_pool` fixture and the
`pytest.mark.asyncio_process_pool` marker to address deprecation and
removal detailed in https://bugs.python.org/issue34075.
Fixespytest-dev#87.
This usage is soon to be deprecated and prohibited by the standard library (https://bugs.python.org/issue34075), and it currently causes issues in 3.7.0 (https://bugs.python.org/issue34073). This issue was discovered when making changes in
pytest-asyncio
to make the tests work under 3.7.0. This affects theevent_loop_process_pool
fixture and thepytest.mark.asyncio_process_pool
marker.The text was updated successfully, but these errors were encountered: