Skip to content

Commit

Permalink
Add pytest.markers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRn76 committed Jan 4, 2024
1 parent 3011b19 commit b584fec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
markers = [
"mongodb: marks mongodb tests"
]

0 comments on commit b584fec

Please sign in to comment.