python311Packages.robotframework-seleniumlibrary 6.1.0 -> 6.1.2 https://repology.org/project/python:robotframework-seleniumlibrary/versions attrpath: python311Packages.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m9xh6pz64q3lmv3pii4fz0fsbhxa2d9i-packages.json.drv building '/nix/store/m9xh6pz64q3lmv3pii4fz0fsbhxa2d9i-packages.json.drv'... Going to be running update for following packages: - python3.11-robotframework-seleniumlibrary-6.1.0 Press Enter key to continue... Running update for: - python3.11-robotframework-seleniumlibrary-6.1.0: UPDATING ... - python3.11-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..114c24aa1c98 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.2"; 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-QbAwPm1Y76KPIcHkopiyISULQSwUet021erFa/zi8Zw="; }; 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 python311Packages.robotframework-seleniumlibrary nix build failed. /nix/store/y6skrs3q4hwxfcxbvndhbx1p56w3wa5r-python3.11-robotframework-seleniumlibrary-6.1.2/lib/python3.11/site-packages/SeleniumLibrary/keywords/webdrivertools/webdrivertools.py:209: 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/apblm5zlck99prff5rrhvp4778ha3hlp-python3.11-selenium-4.8.0/lib/python3.11/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, 219 passed, 3 deselected in 4.83s ================== /nix/store/vr6wwdxkmyy44sg0gwxi10b8fc5zhwz0-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context