python3Packages.py-evm: ignore deprecation warnings
This commit is contained in:
@@ -59,6 +59,11 @@ buildPythonPackage rec {
|
||||
]
|
||||
++ eth-hash.optional-dependencies.pycryptodome;
|
||||
|
||||
pytestFlags = [
|
||||
# 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# side-effect: runs pip online check and is blocked by sandbox
|
||||
"test_install_local_wheel"
|
||||
|
||||
Reference in New Issue
Block a user