Skip to content

Commit d5fc414

Browse files
test: Use Pytest 9
1 parent 238b1db commit d5fc414

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lint = [
5656
"ruff>=0.1.14",
5757
]
5858
testing = [
59-
"pytest>=7.4.2",
59+
"pytest>=9",
6060
"tap-countries",
6161
"tap-fundamentals",
6262
]
@@ -90,11 +90,11 @@ requires = [
9090
]
9191
build-backend = "hatchling.build"
9292

93-
[tool.pytest.ini_options]
93+
[tool.pytest]
94+
minversion = "9.0"
9495
filterwarnings = [
9596
"error",
9697
"ignore:Exception ignored:pytest.PytestUnraisableExceptionWarning",
97-
"once:'asyncio.iscoroutinefunction' is deprecated:DeprecationWarning", # https://github.com/litl/backoff/pull/220
9898
]
9999
pythonpath = [
100100
"."

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)