Loading pkgs/development/python-modules/pycookiecheat/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pycookiecheat"; version = "0.6.0"; version = "0.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "n8henrie"; repo = "pycookiecheat"; rev = "refs/tags/v${version}"; hash = "sha256-mSc5FqMM8BICVEdSdsIny9Bnk6qCRekPk4RkBusDoVA="; hash = "sha256-x568e4M7fz93hq0y06Grz9GlrjGV38GxWd+PhNiAyBY="; }; pythonRelaxDeps = [ Loading Loading @@ -57,12 +57,13 @@ buildPythonPackage rec { disabledTests = [ # Tests want to use playwright executable "test_no_cookies" "test_fake_cookie" "test_firefox_cookies" "test_load_firefox_cookie_db" "test_firefox_no_cookies" "test_firefox_get_default_profile" "test_firefox_no_cookies" "test_load_firefox_cookie_db" "test_no_cookies" "test_warns_for_string_browser" ] ++ lib.optionals stdenv.isDarwin [ "test_slack_config" ]; Loading Loading
pkgs/development/python-modules/pycookiecheat/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pycookiecheat"; version = "0.6.0"; version = "0.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "n8henrie"; repo = "pycookiecheat"; rev = "refs/tags/v${version}"; hash = "sha256-mSc5FqMM8BICVEdSdsIny9Bnk6qCRekPk4RkBusDoVA="; hash = "sha256-x568e4M7fz93hq0y06Grz9GlrjGV38GxWd+PhNiAyBY="; }; pythonRelaxDeps = [ Loading Loading @@ -57,12 +57,13 @@ buildPythonPackage rec { disabledTests = [ # Tests want to use playwright executable "test_no_cookies" "test_fake_cookie" "test_firefox_cookies" "test_load_firefox_cookie_db" "test_firefox_no_cookies" "test_firefox_get_default_profile" "test_firefox_no_cookies" "test_load_firefox_cookie_db" "test_no_cookies" "test_warns_for_string_browser" ] ++ lib.optionals stdenv.isDarwin [ "test_slack_config" ]; Loading