Pārlūkot izejas kodu

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

mat-mil 1 gadu atpakaļ
vecāks
revīzija
ebf6c7e35c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/conftest.py

+ 1 - 1
tests/conftest.py

@@ -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.