python310Packages.pycookiecheat: fix darwin
This commit is contained in:
parent
87f8573816
commit
abbb7ed8dc
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ stdenv
|
||||||
|
, lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, cryptography
|
, cryptography
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
@ -54,6 +55,8 @@ buildPythonPackage rec {
|
|||||||
# Tests want to use playwright executable
|
# Tests want to use playwright executable
|
||||||
"test_no_cookies"
|
"test_no_cookies"
|
||||||
"test_fake_cookie"
|
"test_fake_cookie"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
"test_slack_config"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user