Loading pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix +3 −18 Original line number Diff line number Diff line Loading @@ -41,24 +41,9 @@ buildPythonPackage rec { robotstatuschecker ]; disabledTestPaths = [ # https://github.com/robotframework/SeleniumLibrary/issues/1804 "utest/test/keywords/test_webdrivercache.py" ]; disabledTests = [ "test_create_opera_executable_path_not_set" "test_create_opera_executable_path_set" "test_create_opera_with_options" "test_create_opera_with_service_log_path_real_path" "test_get_executable_path" "test_get_ff_profile_instance_FirefoxProfile" "test_has_options" "test_importer" "test_log_file_with_index_exist" "test_opera" "test_single_method" ]; preCheck = '' mkdir utest/output_dir ''; meta = with lib; { changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst"; Loading Loading
pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix +3 −18 Original line number Diff line number Diff line Loading @@ -41,24 +41,9 @@ buildPythonPackage rec { robotstatuschecker ]; disabledTestPaths = [ # https://github.com/robotframework/SeleniumLibrary/issues/1804 "utest/test/keywords/test_webdrivercache.py" ]; disabledTests = [ "test_create_opera_executable_path_not_set" "test_create_opera_executable_path_set" "test_create_opera_with_options" "test_create_opera_with_service_log_path_real_path" "test_get_executable_path" "test_get_ff_profile_instance_FirefoxProfile" "test_has_options" "test_importer" "test_log_file_with_index_exist" "test_opera" "test_single_method" ]; preCheck = '' mkdir utest/output_dir ''; meta = with lib; { changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst"; Loading