From b8dc6c3fc2611ca19c8ddd91303d63f06d73605a Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Tue, 19 Nov 2024 14:17:32 -0600 Subject: [PATCH] DM-47580: remove `types-setuptools` package ...and associated warnings. We don't use it anymore. --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e7e27f..98066fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,6 @@ dev = [ "coverage[toml]", "mypy", "types-requests", - "types-setuptools", # Documentation "documenteer[guide]", "sphinx-click", @@ -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"