Skip to content

Commit ee53239

Browse files
committed
format
1 parent 72a899c commit ee53239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async def async_sandbox(async_sandbox_factory):
8787
def debug():
8888
return os.getenv("E2B_DEBUG") is not None
8989

90+
9091
@pytest.fixture(autouse=True)
9192
def skip_by_debug(request, debug):
9293
if request.node.get_closest_marker("skip_debug"):

0 commit comments

Comments
 (0)