Skip to content

Commit 49ce41f

Browse files
authored
chore: resolve Pytest warnings (#490)
1 parent d989ad0 commit 49ce41f

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,19 @@ scrapy = ["scrapy>=2.11.0"]
6161
[dependency-groups]
6262
dev = [
6363
"build~=1.2.0",
64+
"dycw-pytest-only>=2.1.1",
6465
"griffe~=1.7.0",
6566
"mypy~=1.16.0",
6667
"pre-commit~=4.2.0",
6768
"pydoc-markdown~=4.8.0",
6869
"pytest-asyncio~=1.0.0",
6970
"pytest-cov~=6.2.0",
70-
"pytest-only~=2.1.0",
71+
"pytest-timeout>=2.4.0",
7172
"pytest-xdist~=3.8.0",
7273
"pytest~=8.4.0",
7374
"respx~=0.22.0",
7475
"ruff~=0.11.0",
75-
"setuptools", # setuptools are used by pytest but not explicitly required
76+
"setuptools", # setuptools are used by pytest but not explicitly required
7677
]
7778

7879
[tool.hatch.build.targets.wheel]

uv.lock

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

0 commit comments

Comments
 (0)