File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ annotated-types==0.7.0
1010 # via pydantic
1111async-timeout==5.0.1
1212 # via valkey
13- blockbuster==1.5.21
13+ blockbuster==1.5.22
1414 # via -r requirements/lint.in
1515cffi==1.17.1
1616 # via
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotated-types==0.7.0
1414 # via pydantic
1515async-timeout==5.0.1 ; python_version < "3.11"
1616 # via -r requirements/runtime-deps.in
17- blockbuster==1.5.21
17+ blockbuster==1.5.22
1818 # via -r requirements/test.in
1919brotli==1.1.0 ; platform_python_implementation == "CPython"
2020 # via -r requirements/runtime-deps.in
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ def blockbuster(request: pytest.FixtureRequest) -> Iterator[None]:
6060 bb .functions [func ].can_block_in (
6161 "aiohttp/web_urldispatcher.py" , "add_static"
6262 )
63- bb .functions ["os.getcwd" ].can_block_in ("coverage/control.py" , "_should_trace" )
6463 yield
6564
6665
You can’t perform that action at this time.
0 commit comments