Skip to content

Commit 2bd7d6a

Browse files
committed
MAINT: adding deprecationwarning to ignore for direct pytest runs (tox is OK)
1 parent ae3e06f commit 2bd7d6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ filterwarnings =
3939
# These are temporary measures, all of these should be fixed:
4040
# -----------------------------------------------------------
4141
ignore:distutils Version classes are deprecated:DeprecationWarning
42+
# Remove along with astropy-helpers, once we switch to a new versioning scheme
43+
ignore:Use setlocale:DeprecationWarning
4244
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
4345
ignore:unclosed <socket.socket:ResourceWarning
4446
ignore:unclosed <ssl.SSLSocket:ResourceWarning

0 commit comments

Comments
 (0)