Skip to content

Commit 38884ec

Browse files
authored
python312Packages.ale-py: disable crashing test (#399487)
2 parents ac00f6d + dd0ad74 commit 38884ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/ale-py/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ buildPythonPackage rec {
7373
];
7474

7575
disabledTests = [
76+
# Fatal Python error: Aborted
77+
# line 414 in test_display_screen
78+
"test_display_screen"
79+
7680
# test_atari_env.py tests fail on the majority of the environments because the ROM are missing.
7781
# The user is expected to manually download the roms:
7882
# 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

Comments
 (0)