From 293f74466563ef72d8cfed15b6ec13240f67ff84 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 20 May 2024 23:27:01 +0200 Subject: [PATCH] python311Packages.shimmy: disable broken test --- pkgs/development/python-modules/shimmy/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/shimmy/default.nix b/pkgs/development/python-modules/shimmy/default.nix index cbe0ca7cc8d7..c155e396eaca 100644 --- a/pkgs/development/python-modules/shimmy/default.nix +++ b/pkgs/development/python-modules/shimmy/default.nix @@ -54,6 +54,10 @@ buildPythonPackage rec { disabledTestPaths = [ # Requires unpackaged pyspiel "tests/test_openspiel.py" + + # Broken since ale-py v0.9.0 due to API change + # https://github.com/Farama-Foundation/Shimmy/issues/120 + "tests/test_atari.py" ]; preCheck = ''