performance: change platform check fixture scope to session (#1569)

This commit is contained in:
mat-mil 2023-08-11 22:55:12 +02:00 committed by GitHub
parent 005c7df394
commit ebf6c7e35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ def app() -> App:
return App()
@pytest.fixture(scope="function")
@pytest.fixture(scope="session")
def windows_platform() -> Generator:
"""Check if system is windows.