python3Packages.gymnasium: explicitly use dummy videodriver in checkPhase
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -89,6 +89,10 @@ buildPythonPackage rec {
|
||||
"tests/wrappers/test_record_video.py"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export SDL_VIDEODRIVER=dummy
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# Fails since jax 0.6.0
|
||||
# Fixed on master https://github.com/Farama-Foundation/Gymnasium/commit/94019feee1a0f945b9569cddf62780f4e1a224a5
|
||||
|
||||
Reference in New Issue
Block a user