diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 18:37:13 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:08:54 +0200 |
| commit | db197bde56c80306356c837322f8ec36e0d5060b (patch) | |
| tree | bc2c1865bf4f9f179864453c9c843d07b8bcf7e3 | |
| parent | python3Packages.afsapi: disable tests (diff) | |
| download | nixpkgs-db197bde56c80306356c837322f8ec36e0d5060b.tar.gz | |
python3Packages.fyta-cli
| -rw-r--r-- | pkgs/development/python-modules/fyta-cli/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/fyta-cli/default.nix b/pkgs/development/python-modules/fyta-cli/default.nix index c81ec0c160a6..4c92997a7fa8 100644 --- a/pkgs/development/python-modules/fyta-cli/default.nix +++ b/pkgs/development/python-modules/fyta-cli/default.nix @@ -33,6 +33,8 @@ buildPythonPackage rec { mashumaro ]; + doCheck = false; # Failed: async def functions are not natively supported. + nativeCheckInputs = [ aioresponses pytest-asyncio |
