Skip to content

Commit

Permalink
try to force a gc collect between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 17, 2023
1 parent 2cc69dd commit 882f331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import gc
import os

import pytest
Expand All @@ -11,4 +12,5 @@

@pytest.fixture(autouse=True)
def setup_environ(jp_environ):
pass
yield
gc.collect()

0 comments on commit 882f331

Please sign in to comment.