We have no blockbuster packaged yet. --- anyio-4.11.0/pyproject.toml.orig +++ anyio-4.11.0/pyproject.toml @@ -48,7 +48,6 @@ [dependency-groups] test = [ - "blockbuster >= 1.5.23", "coverage[toml] >= 7", "exceptiongroup >= 1.2.0", "hypothesis >= 4.0", --- anyio-4.11.0/tests/test_from_thread.py.orig +++ anyio-4.11.0/tests/test_from_thread.py @@ -709,7 +709,6 @@ assert exc.value.__context__ is None @pytest.mark.parametrize("portal_backend_name", get_all_backends()) - @pytest.mark.usefixtures("deactivate_blockbuster") async def test_from_async( self, anyio_backend_name: str, portal_backend_name: str ) -> None: --- anyio-4.11.0/tests/test_to_process.py.orig +++ anyio-4.11.0/tests/test_to_process.py @@ -71,7 +71,6 @@ pytest.raises(LookupError, to_process._process_pool_workers.get) -@pytest.mark.usefixtures("deactivate_blockbuster") async def test_cancel_during() -> None: """ Test that cancelling an operation on the worker process causes the process to be