Marcel Telka
2023-11-28 b0c9e1c95ee13815befcf60fc0886647a0a2a835
commit | author | age
34a8be 1 We have no pytest-mypy-testing packaged yet.
MT 2
b0c9e1 3 --- traitlets-5.14.0/pyproject.toml.orig
MT 4 +++ traitlets-5.14.0/pyproject.toml
34a8be 5 @@ -36,7 +36,6 @@
b0c9e1 6      "mypy>=1.7.0",
34a8be 7      "pre-commit",
MT 8      "pytest-mock",
9 -    "pytest-mypy-testing",
10      "pytest>=7.0,<7.5",
11  ]
12  docs = [
b0c9e1 13 @@ -101,7 +100,7 @@
34a8be 14  log_cli_level = "info"
MT 15  addopts = [
b0c9e1 16    "-ra", "--durations=10", "--color=yes", "--doctest-modules",
34a8be 17 -   "--showlocals", "--strict-markers", "--strict-config",
MT 18 +   "--showlocals", "--strict-config",
19     "--ignore=examples/docs/configs"
20  ]
21  testpaths = [