about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shimmy/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-06 12:01:22 +0000
committerGitHub <noreply@github.com>2024-07-06 12:01:22 +0000
commit11bfc95c5834c5f2c9b578718ccd65d079adca78 (patch)
treebe130433b2470a9374c283cb7a6ba0f046f63e4e /pkgs/development/python-modules/shimmy/default.nix
parent25c945df289dbb064a9afc96ac1b665dd08d6b7a (diff)
parent8f3b38daf25cca9a0c49137da5327cee8bb8474b (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/shimmy/default.nix')
-rw-r--r--pkgs/development/python-modules/shimmy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/shimmy/default.nix b/pkgs/development/python-modules/shimmy/default.nix
index f1db250e1de2d..b50135e517bf5 100644
--- a/pkgs/development/python-modules/shimmy/default.nix
+++ b/pkgs/development/python-modules/shimmy/default.nix
@@ -53,6 +53,9 @@ buildPythonPackage rec {
   ];
 
   disabledTestPaths = [
+    # Requires unpackaged labmaze
+    "tests/test_dm_control_multi_agent.py"
+
     # Requires unpackaged pyspiel
     "tests/test_openspiel.py"