Skip to content

Commit

Permalink
ci(tests): update how tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 8, 2025
1 parent ff4f082 commit ac71e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
license.file = "LICENSE"
name = "optional_dependencies"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"

[dependency-groups]
dev = [
Expand Down Expand Up @@ -83,7 +83,7 @@
'^conftest\.py$', # nox test configuration
]
files = ["src"]
python_version = "3.8"
python_version = "3.9"
strict = true
warn_unreachable = true
warn_unused_configs = true
Expand Down Expand Up @@ -134,6 +134,6 @@
"missing-module-docstring",
"wrong-import-position",
]
py-version = "3.8"
py-version = "3.9"
reports.output-format = "colorized"
similarities.ignore-imports = "yes"

0 comments on commit ac71e2d

Please sign in to comment.