We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd3e1c commit 746709eCopy full SHA for 746709e
pyproject.toml
@@ -43,7 +43,8 @@ docs = [
43
44
[tool.pdm.scripts]
45
test.composite = ["test-code"]
46
-test-code.env = {PYTHONWARNINGS = "error"}
+# TODO: Once the amaranth requirement is bumped to 0.6, remove the RFC 66 warning filter and fix the deprecations.
47
+test-code.env = {PYTHONWARNINGS = "error,ignore:Per RFC 66,:DeprecationWarning"}
48
test-code.cmd = "python -m coverage run -m unittest discover -t . -s tests -v"
49
test-docs.cmd = "sphinx-build -b doctest docs docs/_build"
50
0 commit comments