performance: change platform check fixture scope to session (#1569)
This commit is contained in:
parent
005c7df394
commit
ebf6c7e35c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user