Loading pkgs/development/python-modules/minio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ buildPythonPackage rec { hash = "sha256-hZn1T75JbnJ5lIyWnX3f8r6OET/d6ZltuRr6jjYOp2o="; }; postPatch = '' substituteInPlace tests/unit/crypto_test.py \ --replace-fail "assertEquals" "assertEqual" ''; nativeBuildInputs = [ setuptools ]; Loading Loading
pkgs/development/python-modules/minio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ buildPythonPackage rec { hash = "sha256-hZn1T75JbnJ5lIyWnX3f8r6OET/d6ZltuRr6jjYOp2o="; }; postPatch = '' substituteInPlace tests/unit/crypto_test.py \ --replace-fail "assertEquals" "assertEqual" ''; nativeBuildInputs = [ setuptools ]; Loading