python3Packages.gym: explicitly use dummy videodriver in checkPhase
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -74,6 +74,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export SDL_VIDEODRIVER=dummy
|
||||
'';
|
||||
|
||||
disabledTests =
|
||||
[
|
||||
# TypeError: Converting from sequence to b2Vec2, expected int/float arguments index 0
|
||||
|
||||
Reference in New Issue
Block a user