We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac00f6d + dd0ad74 commit 38884ecCopy full SHA for 38884ec
pkgs/development/python-modules/ale-py/default.nix
@@ -73,6 +73,10 @@ buildPythonPackage rec {
73
];
74
75
disabledTests = [
76
+ # Fatal Python error: Aborted
77
+ # line 414 in test_display_screen
78
+ "test_display_screen"
79
+
80
# test_atari_env.py tests fail on the majority of the environments because the ROM are missing.
81
# The user is expected to manually download the roms:
82
# https://github.com/Farama-Foundation/Arcade-Learning-Environment/blob/v0.9.0/docs/faq.md#i-downloaded-ale-and-i-installed-it-successfully-but-i-cannot-find-any-rom-file-at-roms-do-i-have-to-get-them-somewhere-else
0 commit comments