Merge pull request #324902 from GaetanLepage/shimmy

python311Packages.shimmy: disable failing test
This commit is contained in:
OTABI Tomoya 2024-07-06 18:36:39 +09:00 committed by GitHub
commit 89bd10a44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"