python3Packages.py-evm: ignore deprecation warnings

This commit is contained in:
Martin Weinelt
2026-02-01 17:41:04 +01:00
parent 6833f1cbf4
commit 94131c9b3e
@@ -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"