We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6d12d commit c359fb9Copy full SHA for c359fb9
setup.cfg
@@ -81,6 +81,8 @@ filterwarnings =
81
# See https://github.com/numpy/numpy/issues/15748#issuecomment-598584838
82
ignore:numpy.ufunc size changed:RuntimeWarning
83
ignore:numpy.ndarray size changed:RuntimeWarning
84
+ # https://github.com/pytest-dev/pytest-cov/issues/557
85
+ ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
86
87
[pycodestyle]
88
max_line_length = 110
0 commit comments