8000 Drop pytest warning config in nightly tests · matplotlib/matplotlib@fb84a0f · GitHub
[go: up one dir, main page]

Skip to content

Commit fb84a0f

Browse files
committed
Drop pytest warning config in nightly tests
Apparently, NumPy or whatever dependency has fixed the warnings that we needed to ignore. And having this file is causing pytest to drop some config we used to have, making it load files we don't want.
1 parent e49d6b6 commit fb84a0f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,6 @@ jobs:
221221
run: |
222222
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple --upgrade numpy pandas
223223
224-
# Turn all warnings to errors, except ignore the distutils deprecations and the find_spec warning
225-
cat >> pytest.ini << EOF
226-
[pytest]
227-
filterwarnings =
228-
error
229-
ignore:.*distutils:DeprecationWarning
230-
ignore:DynamicImporter.find_spec\(\) not found; falling back to find_module\(\):ImportWarning
231-
EOF
232-
233224
- name: Install Matplotlib
234225
run: |
235226
ccache -s

0 commit comments

Comments
 (0)
0