Issues
- 3
23 tests fail: TypeError: fixture() got an unexpected keyword argument 'loop_scope'
#1227 opened by yurivict - 4
"RuntimeError: Thread 'MainThread' already has a main context" when used with glib event loop
#1233 opened by marmarek - 6
event_loop_policy for single test
#1101 opened by Dreamsorcerer - 2
New release request
#1232 opened by EmilienM - 14
`RuntimeError` when the event loop is unset between tests
#1177 opened by tjkuson - 4
Enable "asyncio debug mode" for default event loop
#980 opened by p-rogalski - 10
1.1.0: Session fixture with `asyncio_default_fixture_loop_scope=function` yields `You tried to access the function scoped fixture _function_scoped_runner with a session scoped request object`
#1175 opened by mgorny - 4
Type error: `Value of type variable "_R" of function cannot be "AsyncClient"`
#1090 opened by jamesbraza - 2
- 2
loop_scope default
#1095 opened by oliver-sanders - 2
- 6
Release new version pytest-asyncio with the fix of setuptools-scm issue
#1194 opened by LalatenduMohanty - 1
fixture teardown loop closed
#1200 opened by DragonRollDev - 0
Turn deprecation of applying `@pytest.fixture` to async fixtures in strict mode into an error
#1202 opened by seifertm - 7
Creating `anyio.CancelScope` in async fixture raises `Attempted to exit cancel scope in a different task than it was entered in`
#1191 opened by provinzkraut - 1
Use `run.patch = subprocess` coverage option
#1181 opened by tjkuson - 4
PytestConfigWarning: Unknown config option: asyncio_default_test_loop_scope
#1070 opened by voelcker-itsc - 3
- 1
- 7
- 3
There should be a better workaround for event_loop removal and Deprecation of event loop policies in 3.14
#1159 opened by Vizonex - 0
Missing read permission in ncipollo/release-action
#1127 opened by seifertm - 2
- 2
pytest is stuck in teardown when using uvloop
#1134 opened by sk- - 2
Cannot handle event loop set up and tear down in 1.0
#1133 opened by schlamar - 2
- 8
CI: add job that that uses pytest-dev version
#1132 opened by bsipocz - 7
- 3
`tests/async_fixtures/test_async_gen_fixtures.py::test_async_gen_fixture_finalized` is flaky (in 1.0.0a1)
#1114 opened by mgorny - 0
Empty release notes when extracting from Git tag
#1113 opened by seifertm - 5
- 4
unused socket fixture
#1100 opened by Dreamsorcerer - 6
0.25.1 regression Python 3.9 asyncio_mode="auto" # RuntimeError: There is no current event loop in thread 'MainThread'
#1039 opened by dimaqq - 7
Regression in 0.25.2 - Event loop is closed
#1040 opened by schlamar - 2
`get_event_loop_policy` will be deprecated
#1049 opened by frenzymadness - 10
- 2
- 4
How to use the same event loop for fixtures and tests?
#947 opened by rlubke - 0
false-positive warning about missing asyncio_default_fixture_loop_scope with nested pytest config files
#1033 opened by jclerman - 5
Requesting loop_scope="module" (or "session" etc.) returns incorrect event_loop if another test function requests a different loop.
#950 opened by TimChild - 1
API for loop configuration options
#1032 opened by asvetlov - 3
Event loop is closed
#991 opened by Saurus119 - 4
Crash when collecting reports
#1015 opened by ericvergnaud - 7
- 2
- 1
- 3
attached to a different loop
#957 opened by krasoffka - 0
- 1
gRPC error when using pytest, works with unittest
#948 opened by mbrancato - 2
Async session yields as async_generator and cannot be used as actual session
#945 opened by brunolnetto