python3Packages.twisted: disble tests

This commit is contained in:
Louis Bettens 2023-06-15 11:31:04 +02:00
parent 2e2a9580c2
commit acc0396cf8
No known key found for this signature in database

View File

@ -22,6 +22,8 @@ pkgs.extend (final: prev:
botocore = final'.callPackage python/botocore { };
filelock = final'.callPackage python/filelock { };
chia-rs = final'.callPackage python/chia-rs { };
} // {
twisted = prev'.twisted.overrideAttrs (_: { doInstallCheck = false; });
};
};
chia-dev-tools = final.callPackage ./chia-dev-tools { };