mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
python310Packages.pycookiecheat: fix darwin
This commit is contained in:
parent
87f8573816
commit
abbb7ed8dc
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user