Skip to content

Commit fe52ba9

Browse files
committed
TESTS: remove unknown pytest parameters
1 parent 5910324 commit fe52ba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ norecursedirs =
1212
.docker-tox
1313
.eggs
1414
tests/.ipynb_checkpoints
15-
pep8maxlinelength = 99
16-
mccabe-complexity = 10
17-
pep8ignore = W503 E221 E241 E203 E272
15+
#pep8maxlinelength = 99
16+
#mccabe-complexity = 10
17+
#pep8ignore = W503 E221 E241 E203 E272
1818

1919
[coverage:run]
2020
branch = True

0 commit comments

Comments
 (0)