Skip to content
Snippets Groups Projects
Commit 25d0a923 authored by Marc Troelitzsch's avatar Marc Troelitzsch Committed by Adam Williamson
Browse files

test: remove pytest.ini_options from pyproject.toml

These options had been removed in 96dea321. They were (accidentally)
re-added in #360 (859f3eec).
parent 96ca94a1
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,6 @@ Repository = "https://github.com/mwclient/mwclient"
Issues = "https://github.com/mwclient/mwclient/issues"
Changelog = "https://github.com/mwclient/mwclient/releases"
[tool.pytest.ini_options]
addopts = "--cov=mwtp --cov-report=html --color=yes"
testpaths = [
"test"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment