python310Packages.robotframework-seleniumlibrary 0 -> 1 attrpath: python310Packages.robotframework-seleniumlibrary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dlfg8f57jw2xnz41d9ya0ri8s22qz1v4-packages.json.drv building '/nix/store/dlfg8f57jw2xnz41d9ya0ri8s22qz1v4-packages.json.drv'... Going to be running update for following packages: - python3.10-robotframework-seleniumlibrary-6.1.0 Press Enter key to continue... Running update for: - python3.10-robotframework-seleniumlibrary-6.1.0: UPDATING ... - python3.10-robotframework-seleniumlibrary-6.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix index fe33d2e3f6f4..556bfa48d32c 100644 --- a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix +++ b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix @@ -13,7 +13,7 @@ }: buildPythonPackage rec { - version = "6.1.0"; + version = "6.1.1"; pname = "robotframework-seleniumlibrary"; # no tests included in PyPI tarball @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "robotframework"; repo = "SeleniumLibrary"; rev = "refs/tags/v${version}"; - sha256 = "sha256-iCZU+9xFUPoyucdQ/26dgxAm8jRf92P3JyA2KqV8bYI="; + sha256 = "sha256-4pkY2b9X82GlVYWp+LjoAxiQY5AiKqI3kzEvjk67Pl8="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.robotframework-seleniumlibrary nix build failed. /nix/store/mif8n2xlld2z0cjd6mf9b7wm073pqr49-python3.10-robotframework-seleniumlibrary-6.1.1/lib/python3.10/site-packages/SeleniumLibrary/keywords/webdrivertools/webdrivertools.py:214: in create_firefox service = FirefoxService(executable_path=executable_path, log_path=service_log_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = executable_path = 'geckodriver', port = 0, service_args = None log_path = '/build/source/utest/output_dir/geckodriver-1.log', env = None def __init__( self, executable_path: str = DEFAULT_EXECUTABLE_PATH, port: int = 0, service_args: typing.Optional[typing.List[str]] = None, log_path: typing.Optional[str] = None, env: typing.Optional[typing.Mapping[str, str]] = None, ) -> None: # Todo: This is vastly inconsistent, requires a follow up to standardise. file = log_path or "geckodriver.log" > log_file = open(file, "a+", encoding="utf-8") E FileNotFoundError: [Errno 2] No such file or directory: '/build/source/utest/output_dir/geckodriver-1.log' /nix/store/z59i2288v7y0s55z6f14rfkwr6qg9vhi-python3.10-selenium-4.8.0/lib/python3.10/site-packages/selenium/webdriver/firefox/service.py:48: FileNotFoundError =========================== short test summary info ============================ FAILED utest/test/keywords/test_selenium_options_parser.py::test_create_firefox_with_options - FileNotFoundError: [Errno 2] No such file or directory: '/build/source/utes... FAILED utest/test/keywords/test_selenium_options_parser.py::test_create_headless_firefox_with_options - FileNotFoundError: [Errno 2] No such file or directory: '/build/source/utes... FAILED utest/test/keywords/test_selenium_options_parser.py::test_create_ie_with_options - TypeError: Service.__init__() got an unexpected keyword argument 'log_path' FAILED utest/test/keywords/test_selenium_options_parser.py::test_create_ie_with_options_and_log_path - TypeError: Service.__init__() got an unexpected keyword argument 'log_path' FAILED utest/test/keywords/test_selenium_options_parser.py::test_create_driver_firefox - FileNotFoundError: [Errno 2] No such file or directory: '/build/source/utes... ================= 5 failed, 223 passed, 3 deselected in 5.03s ================== /nix/store/rk3g4mxrs84bv1vanqnzpdkhm73ksr0z-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context