summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Python Team <team+python@tracker.debian.org>2021-12-14 02:54:59 -0800
committerChristoph Berg <myon@debian.org>2021-12-14 02:54:59 -0800
commitf64cae8edcc992849dbf19a58b7f252b7b3f58fd (patch)
treecc6d6f04470b202c40baaacc42cc7dea1fb6d247
parentb84c35ac68696db807e4d4b4b6af9b98c353545a (diff)
pytest-addopts
Gbp-Pq: Name pytest-addopts
-rw-r--r--pytest.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 0b46d8b..18376c2 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -18,9 +18,7 @@ minversion = 4.2
testpaths = tests
python_files = test_*.py
junit_family = xunit2
-addopts = --metadata PACKAGE_UNDER_TEST parse_type
- --metadata PACKAGE_VERSION 0.5.6
- --html=build/testing/report.html --self-contained-html
+addopts = parse_type
--junit-xml=build/testing/report.xml
# markers =
# smoke