1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/py3-utils/pytest.patch
Marian Buschsieweke e5ef7bfde5 testing/py3-utils: new aport
https://github.com/WoLpH/python-utils
convenient utilities not included with the standard Python install
2022-05-28 05:41:35 +00:00

13 lines
211 B
Diff

--- a/pytest.ini
+++ b/pytest.ini
@@ -5,10 +5,6 @@
addopts =
--doctest-modules
- --cov python_utils
- --cov-report html
- --cov-report term-missing
- --mypy
flake8-ignore =
*.py W391