Skip to content

Commit

Permalink
tls-eio: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Feb 2, 2025
1 parent 383d238 commit ba849cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2556,7 +2556,7 @@ with oself;

tls-eio =
if lib.versionAtLeast ocaml.version "5.0"
then osuper.tls-eio else null;
then disableTests osuper.tls-eio else null;

torch = osuper.torch.overrideAttrs (o: {
src = fetchFromGitHub {
Expand Down

0 comments on commit ba849cc

Please sign in to comment.