forked from platformio/platformio-core
Ignore "DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12" SCons warning
This commit is contained in:
@ -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
|
|
6
tox.ini
6
tox.ini
@ -19,6 +19,12 @@ envlist = py36,py37,py38,py39
|
|||||||
profile = black
|
profile = black
|
||||||
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
|
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
filterwarnings =
|
||||||
|
error
|
||||||
|
# SCons
|
||||||
|
ignore:.*_ImportRedirect.find_spec()
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = *
|
passenv = *
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
Reference in New Issue
Block a user