Skip to content

Commit

Permalink
PP302: Sets a minimum pytest to at least 6
Browse files Browse the repository at this point in the history
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
1 parent 9e1eeb5 commit c8d4f68
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit c8d4f68

Please sign in to comment.