Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 0.3.1 unreleased

* Address Dependabot warnings for pygments and urllib3.
* Upgrade to Pytest v9 for new TOML syntax, strict mode, and Dependabot.
* Fix windows commands for external tools with PyCharm.
* Fix Sphinx autoapi to generate docs for source, not tests.
* Add support for Visual Studio Code as an IDE.
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docs = [
[dependency-groups]
dev = [
"ruff (>=0.12.10,<1.0.0)",
"pytest (>=8.0.2,<9.0.0)",
"pytest (>=9.0.3,<10.0.0)",
"pytest-testdox (>=3.1.0,<4.0.0)",
"pytest-cov (>=7.1.0,<8.0.0)",
"prek (>=0.2.1,<1.0.0)",
Expand Down Expand Up @@ -87,7 +87,8 @@ show_missing = false
precision = 0
omit = [ "src/tests/*" ]

[tool.pytest.ini_options]
[tool.pytest]
strict = true
filterwarnings = [
'error', # turn all Python warnings into test failures, so they're hard to miss
]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading