blob: e256af331380701629df11bb2793207eb43e2a14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/setup.cfg b/setup.cfg
index 2b66974..9929adf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,4 +10,4 @@ ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701
[tool:pytest]
testpaths = tests
-addopts = -v --cov=fsleyes_props
+addopts = -v
|