haskellPackages.optics: temporarily disable tests

This commit is contained in:
Dennis Gosnell 2023-07-05 07:22:35 +09:00
parent 8a5e2cb13f
commit c4b23c7e7e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -2490,6 +2490,11 @@ self: super: {
testTarget = "tests";
}) super.conduit-aeson;
# Tests have a dependency on a certain version of the inspection-testing
# library. This is fixed in the next point release, so this override is
# likely safe to remove when the assertion starts failing.
optics = assert super.optics.version == "0.4.2"; dontCheck super.optics;
# Disabling doctests.
regex-tdfa = overrideCabal {
testTarget = "regex-tdfa-unittest";