8000 disabled warnings from pytest in the setup.cfg module (too much warni… · larray-project/larray@26d63b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26d63b7

Browse files
committed
disabled warnings from pytest in the setup.cfg module (too much warnings printed and not very helpful)
1 parent 4e8de67 commit 26d63b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ addopts = -v --doctest-modules
1313
--deselect larray/core/array.py::larray.core.array.Array.astype
1414
--flake8
1515
#--cov
16+
--disable-warnings
1617
# E122: continuation line missing indentation or outdented
1718
# E127: check indents
1819
# E201: whitespace after '['

0 commit comments

Comments
 (0)
0