Merge pull request #242766 from happysalada/pycookiecheat_fix_darwin

python310Packages.pycookiecheat: fix darwin
This commit is contained in:
Weijia Wang
2023-07-11 11:07:44 +03:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, cryptography
, fetchFromGitHub
@@ -54,6 +55,8 @@ buildPythonPackage rec {
# Tests want to use playwright executable
"test_no_cookies"
"test_fake_cookie"
] ++ lib.optionals stdenv.isDarwin [
"test_slack_config"
];
meta = with lib; {