File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ annotated-types==0.7.0
10
10
# via pydantic
11
11
async-timeout==5.0.1
12
12
# via valkey
13
- blockbuster==1.5.21
13
+ blockbuster==1.5.22
14
14
# via -r requirements/lint.in
15
15
cffi==1.17.1
16
16
# via
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotated-types==0.7.0
14
14
# via pydantic
15
15
async-timeout==5.0.1 ; python_version < "3.11"
16
16
# via -r requirements/runtime-deps.in
17
- blockbuster==1.5.21
17
+ blockbuster==1.5.22
18
18
# via -r requirements/test.in
19
19
brotli==1.1.0 ; platform_python_implementation == "CPython"
20
20
# 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]:
60
60
bb .functions [func ].can_block_in (
61
61
"aiohttp/web_urldispatcher.py" , "add_static"
62
62
)
63
- bb .functions ["os.getcwd" ].can_block_in ("coverage/control.py" , "_should_trace" )
64
63
yield
65
64
66
65
You can’t perform that action at this time.
0 commit comments