about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/docstring-to-markdown/remove-coverage-tests.patch
blob: 68bc626ced91526ba9cf92c59a264ce582184829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git i/setup.cfg w/setup.cfg
index e880e74..e77133e 100644
--- i/setup.cfg
+++ w/setup.cfg
@@ -34,11 +34,7 @@ docstring-to-markdown = py.typed
 [tool:pytest]
 addopts =
     --pyargs tests
-    --cov docstring_to_markdown
-    --cov-fail-under=98
-    --cov-report term-missing:skip-covered
     -p no:warnings
-    --flake8
     -vv
 
 [flake8]