Loading pkgs/development/python-modules/py-evm/default.nix +9 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # python module stuff buildPythonPackage, pythonAtLeast, setuptools, # dependencies cached-property, Loading @@ -20,7 +22,7 @@ hypothesis, pytestCheckHook, pytest-xdist, eth-hash, pycryptodome, }: buildPythonPackage rec { Loading @@ -28,6 +30,9 @@ buildPythonPackage rec { version = "0.12.1-beta.1"; pyproject = true; # py-evm project has been archived by upstream; its support should be deprecated from "3.14". disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "ethereum"; repo = "py-evm"; Loading Loading @@ -56,8 +61,8 @@ buildPythonPackage rec { hypothesis pytestCheckHook pytest-xdist ] ++ eth-hash.optional-dependencies.pycryptodome; pycryptodome ]; disabledTests = [ # side-effect: runs pip online check and is blocked by sandbox Loading Loading
pkgs/development/python-modules/py-evm/default.nix +9 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # python module stuff buildPythonPackage, pythonAtLeast, setuptools, # dependencies cached-property, Loading @@ -20,7 +22,7 @@ hypothesis, pytestCheckHook, pytest-xdist, eth-hash, pycryptodome, }: buildPythonPackage rec { Loading @@ -28,6 +30,9 @@ buildPythonPackage rec { version = "0.12.1-beta.1"; pyproject = true; # py-evm project has been archived by upstream; its support should be deprecated from "3.14". disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "ethereum"; repo = "py-evm"; Loading Loading @@ -56,8 +61,8 @@ buildPythonPackage rec { hypothesis pytestCheckHook pytest-xdist ] ++ eth-hash.optional-dependencies.pycryptodome; pycryptodome ]; disabledTests = [ # side-effect: runs pip online check and is blocked by sandbox Loading