We have no pytest-mypy-testing packaged yet. --- traitlets-5.16.1/pyproject.toml.orig +++ traitlets-5.16.1/pyproject.toml @@ -40,7 +40,6 @@ "mypy>=2.0; implementation_name != 'pypy'", "pre-commit", "pytest-mock", - "pytest-mypy-testing; implementation_name != 'pypy'", "pytest>=7.0,<10.0", ] docs = [ @@ -126,7 +125,7 @@ log_level = "info" addopts = [ "-ra", "--durations=10", "--color=yes", "--doctest-modules", - "--showlocals", "--strict-markers", "--strict-config", + "--showlocals", "--strict-config", "--ignore=examples/docs/configs" ] testpaths = [