diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 16:01:37 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:05:28 +0200 |
| commit | 529c6b8df766b51e729e437827530c0dbdb0723c (patch) | |
| tree | 290d91164fdcff30bcb48a959df268dcddb01a0a | |
| parent | python3Packages.blis: disable failing tests (diff) | |
| download | nixpkgs-529c6b8df766b51e729e437827530c0dbdb0723c.tar.gz | |
badsecret: relax viewstate constraint
| -rw-r--r-- | pkgs/development/python-modules/badsecrets/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/badsecrets/default.nix b/pkgs/development/python-modules/badsecrets/default.nix index e0c169e58b0e..08972bff8e4d 100644 --- a/pkgs/development/python-modules/badsecrets/default.nix +++ b/pkgs/development/python-modules/badsecrets/default.nix @@ -40,6 +40,8 @@ buildPythonPackage rec { viewstate ]; + pythonRelaxDeps = [ "viewstate" ]; + pythonImportsCheck = [ "badsecrets" ]; meta = { |
