Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Register pytest markers #225

Merged
merged 1 commit into from
Sep 30, 2022
Merged
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
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4", "wheel"]
[tool.setuptools_scm]

[tool.pytest.ini_options]
addopts = "-k 'not spe1'"
addopts = "-k 'not spe1' --strict-markers"
markers = [
"spe1"
]