Scope fixture to session
parent
2c366d7349
commit
7e87dc52eb
|
@ -32,7 +32,7 @@ from exceptiongroup import BaseExceptionGroup
|
|||
|
||||
log = get_logger(__name__)
|
||||
|
||||
@pytest.fixture
|
||||
@pytest.fixture(scope="session")
|
||||
def paper_cleanup():
|
||||
yield
|
||||
app_dir = get_app_dir('piker')
|
||||
|
|
Loading…
Reference in New Issue