python311Packages.shimmy: disable failing test

This commit is contained in:
Gaetan Lepage 2024-07-05 23:06:15 +02:00
parent 35a90c3f3d
commit a958eba9df

View File

@ -53,6 +53,9 @@ buildPythonPackage rec {
];
disabledTestPaths = [
# Requires unpackaged labmaze
"tests/test_dm_control_multi_agent.py"
# Requires unpackaged pyspiel
"tests/test_openspiel.py"