Scope fixture to session

explicit_write_pps_on_exit
algorandpa 2023-02-15 13:47:23 -05:00 committed by jaredgoldman
parent 2c366d7349
commit 7e87dc52eb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from exceptiongroup import BaseExceptionGroup
log = get_logger(__name__) log = get_logger(__name__)
@pytest.fixture @pytest.fixture(scope="session")
def paper_cleanup(): def paper_cleanup():
yield yield
app_dir = get_app_dir('piker') app_dir = get_app_dir('piker')