Skip to content

Commit 418f656

Browse files
committed
Adding more warnings to the ignore list
1 parent 1eac7e8 commit 418f656

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ filterwarnings =
3333
ignore::astropy.io.votable.exceptions.W50
3434
ignore::astropy.io.votable.exceptions.W06
3535
ignore::astropy.io.votable.exceptions.W03
36+
ignore::astropy.io.votable.exceptions.W15
37+
ignore::astropy.io.votable.exceptions.W49
3638
ignore::astropy.io.votable.exceptions.W21
3739
ignore::astropy.io.votable.exceptions.W42
40+
ignore:numpy.ndarray size changed:RuntimeWarning
41+
ignore:OverflowError converting::astropy
42+
# Upstream, remove when fixed, PRs have been opened
43+
ignore::DeprecationWarning:pyvo
44+
ignore::DeprecationWarning:regions
3845
markers =
3946
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
4047

@@ -121,7 +128,7 @@ exclude = _astropy_init.py,version.py
121128

122129
[options]
123130
install_requires=
124-
numpy
131+
numpy>=1.15.0
125132
astropy>=3.1.2
126133
requests>=2.4.3
127134
beautifulsoup4>=4.3.2

0 commit comments

Comments
 (0)