Loading pkgs/development/python-modules/pygame-gui/default.nix +6 −0 Original line number Diff line number Diff line { lib, pkgs, stdenv, buildPythonPackage, nix-update-script, fetchFromGitHub, Loading Loading @@ -53,6 +54,11 @@ buildPythonPackage rec { "test_process_event_text_ctrl_v_select_range" "test_process_event_text_ctrl_a" "test_process_event_text_ctrl_x" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # fails to determine "/" as an existing path # https://github.com/MyreMylar/pygame_gui/issues/644 "test_process_event" ]; disabledTestPaths = [ "tests/test_performance/test_text_performance.py" ]; Loading Loading
pkgs/development/python-modules/pygame-gui/default.nix +6 −0 Original line number Diff line number Diff line { lib, pkgs, stdenv, buildPythonPackage, nix-update-script, fetchFromGitHub, Loading Loading @@ -53,6 +54,11 @@ buildPythonPackage rec { "test_process_event_text_ctrl_v_select_range" "test_process_event_text_ctrl_a" "test_process_event_text_ctrl_x" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # fails to determine "/" as an existing path # https://github.com/MyreMylar/pygame_gui/issues/644 "test_process_event" ]; disabledTestPaths = [ "tests/test_performance/test_text_performance.py" ]; Loading