Skip to content

Commit

Permalink
DM-47580: remove types-setuptools package
Browse files Browse the repository at this point in the history
...and associated warnings. We don't use it anymore.
  • Loading branch information
fajpunk committed Nov 19, 2024
1 parent a4e30b9 commit b8dc6c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dev = [
"coverage[toml]",
"mypy",
"types-requests",
"types-setuptools",
# Documentation
"documenteer[guide]",
"sphinx-click",
Expand Down Expand Up @@ -76,10 +75,6 @@ include = ["ltdconveyor*"]

[tool.pytest.ini_options]
asyncio_mode = "strict"
filterwarnings = [
"ignore:pkg_resources is deprecated as an API:DeprecationWarning",
"ignore:.*pkg_resources\\.declare_namespace:DeprecationWarning",
]
python_files = [
"tests/*.py",
"tests/*/*.py"
Expand Down

0 comments on commit b8dc6c3

Please sign in to comment.