mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
ignore pkg_resources deprecation warning (#14750)
https://github.com/Chia-Network/chia-blockchain/actions/runs/4339058595/jobs/7576307782#step:16:23
This commit is contained in:
@@ -30,3 +30,4 @@ filterwarnings =
|
||||
ignore:BackendLoader.exec_module\(\) not found; falling back to load_module\(\):ImportWarning
|
||||
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
|
||||
ignore:Properties from keyring.util are no longer supported. Use jaraco.classes.properties instead.:DeprecationWarning
|
||||
ignore:pkg_resources is deprecated as an API:DeprecationWarning
|
||||
|
||||
Reference in New Issue
Block a user