Ignore "DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12" SCons warning

This commit is contained in:
Ivan Kravets
2022-05-18 18:47:27 +03:00
parent ccc7d9c9a4
commit d2d46f4aea
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
[pytest]
filterwarnings =
error
# Marshmallow
ignore:distutils Version classes are deprecated. Use packaging.version instead.
ignore:The distutils package is deprecated and slated for removal in Python

View File

@ -19,6 +19,12 @@ envlist = py36,py37,py38,py39
profile = black
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
[pytest]
filterwarnings =
error
# SCons
ignore:.*_ImportRedirect.find_spec()
[testenv]
passenv = *
usedevelop = True