Skip to content

Commit

Permalink
other attempt with conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Nov 10, 2024
1 parent b1796e8 commit 8475702
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import sys

from pyopensky.tzdata import download_tzdata_windows


def pytest_configure(config) -> None: # type: ignore
if sys.platform == "win32":
download_tzdata_windows(year=2022)

0 comments on commit 8475702

Please sign in to comment.