-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 7fcd144
authored
BUG: more robust filter DeprecationWarnings (#138)
With this, running
$ pytest --pyargs scipy --doctest-modules --ignore=/home/br/repos/scipy/scipy/build-install/lib/python3.10/site-packages/scipy/_lib --ignore=../../repos/scipy/scipy/build-install/lib/python3.10/site-packages/scipy/interpolate/_interpnd_info.py --doctest-collect=api -x
================================= test session starts ==================================
platform linux -- Python 3.10.10, pytest-8.0.1, pluggy-1.3.0
rootdir: /home/br/sweethome/temp
plugins: scpdt-0.1, anyio-4.2.0, cov-4.0.0, timeout-2.1.0, hypothesis-6.84.3, xdist-3.2.1
collected 2497 items
cluster/hierarchy.py ............................... [ 2%]
cluster/vq.py .... [ 2%]
constants/__init__.py ............... [ 3%]
datasets/__init__.py .... [ 4%]
fft/__init__.py ................................. [ 6%]
fftpack/__init__.py ................ [ 7%]
integrate/__init__.py ................. [ 9%]
interpolate/__init__.py .................................................. [ 13%]
io/__init__.py ........... [ 13%]
io/arff/__init__.py . [ 13%]
io/matlab/__init__.py ... [ 14%]
io/wavfile.py .. [ 14%]
linalg/__init__.py ............................................................. [ 19%]
.................................... [ 21%]
linalg/blas.py .. [ 21%]
linalg/interpolative.py . [ 22%]
linalg/lapack.py . [ 22%]
ndimage/__init__.py ............................................................ [ 26%]
....... [ 27%]
odr/__init__.py ..... [ 27%]
optimize/__init__.py ..................................................... [ 31%]
signal/__init__.py ............................................................. [ 36%]
............................................................................ [ 42%]
signal/windows/__init__.py .......................... [ 44%]
sparse/__init__.py .......................................... [ 47%]
sparse/csgraph/__init__.py ......................... [ 49%]
sparse/linalg/__init__.py ............................... [ 51%]
spatial/__init__.py .......................... [ 53%]
spatial/distance.py ............................. [ 55%]
spatial/transform/__init__.py .......................... [ 57%]
special/__init__.py ............................................................ [ 62%]
................................................................................ [ 68%]
..................................................................... [ 73%]
stats/__init__.py .............................................................. [ 78%]
................................................................................ [ 84%]
................................................................................ [ 91%]
.............................................................. [ 95%]
stats/contingency.py ....... [ 96%]
stats/mstats.py .......................... [ 98%]
stats/qmc.py ........... [ 99%]
stats/sampling.py ........... [100%]
=========================== 1303 passed in 203.44s (0:03:23) ===========================
succeeds and the number of doctests is the same as for the dev install.1 parent b8f662d commit 7fcd144Copy full SHA for 7fcd144
File tree
Expand file treeCollapse file tree
1 file changed
+4
-2
lines changedFilter options
- scpdt
Expand file treeCollapse file tree
1 file changed
+4
-2
lines changed+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
168 | 170 |
| |
169 | 171 |
| |
170 | 172 |
| |
|
0 commit comments