Skip to content

Commit

Permalink
tests/plugins/jupytext: disable on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 14, 2024
1 parent 2dc13f5 commit c8ffeac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-sources/plugins/languages/python/jupytext.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
{ pkgs, ... }:
pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.system != "aarch64-darwin") {
empty = {
plugins.jupytext.enable = true;
};
Expand Down

0 comments on commit c8ffeac

Please sign in to comment.