Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted repo-review suggestions #1497

Merged
merged 8 commits into from
Aug 6, 2024
Next Next commit
PP302: Sets a minimum pytest to at least 6
Apply repo-review rule PP302:

	Must have a minversion=, and must be at least 6
	(first version to support pyproject.toml configuration).
  • Loading branch information
DimitriPapadopoulos committed Aug 5, 2024
commit c8d4f68a41a127ffa8f67c33b53b2cfce1ddf35e
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ check-hidden = true
ignore-regex = '\b(UE|path/doesnt/exist)\b'

[tool.pytest.ini_options]
minversion = "8"
markers = [
"all_packages: test install with maximum number of packages",
]
Expand Down