python3Packages.pyequihash: don't check metadata

This commit is contained in:
Robert Schütz
2026-07-08 19:21:44 -07:00
parent cc89337b56
commit 0763df0110
@@ -31,6 +31,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "equihash" ];
# The Python bindings' version isn't updated in tandem with equihash
dontCheckPythonMetadata = true;
checkPhase = ''
runHook preCheck