Skip to content

Commit 2737376

Browse files
authored
chore: resolve Pytest's UserWarning and PytestConfigWarning (#431)
- Basically the same as here: - apify/crawlee-python#1237 - apify/crawlee-python#1239
1 parent 916a7ff commit 2737376

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
@@ -40,19 +40,20 @@ dependencies = [
4040

4141
[dependency-groups]
4242
dev = [
43+
"dycw-pytest-only>=2.1.1",
4344
"griffe~=1.7.0",
4445
"mypy~=1.16.0",
4546
"pre-commit~=4.2.0",
4647
"pydoc-markdown~=4.8.0",
4748
"pytest-asyncio~=1.0.0",
4849
"pytest-cov~=6.2.0",
49-
"pytest-only~=2.1.0",
50+
"pytest-timeout>=2.4.0",
5051
"pytest-xdist~=3.8.0",
5152
"pytest~=8.4.0",
5253
"redbaron~=0.9.0",
5354
"respx~=0.22.0",
5455
"ruff~=0.12.0",
55-
"setuptools", # setuptools are used by pytest but not explicitly required
56+
"setuptools", # setuptools are used by pytest but not explicitly required
5657
"types-colorama~=0.4.15.20240106",
5758
]
5859

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)