Skip to content

Commit 28737ae

Browse files
committed
no need the function scpe
1 parent 39f5305 commit 28737ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_loggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def make_env():
456456
env.close()
457457

458458

459-
@pytest.fixture(scope="function")
459+
@pytest.fixture()
460460
def trackio_logger():
461461
exp_name = "ramala"
462462
logger = TrackioLogger(project="test", exp_name=exp_name)

0 commit comments

Comments
 (0)