diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 18:37:05 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:08:54 +0200 |
| commit | 395db2261ce22eb66038eb161c4b99d3965933a8 (patch) | |
| tree | e6c20f9921ff0e786e004b48f4dacad9dc554d9f | |
| parent | python3Packages.aioecowitt: fix tests with pytest-asyncio 0.x (diff) | |
| download | nixpkgs-395db2261ce22eb66038eb161c4b99d3965933a8.tar.gz | |
python3Packages.afsapi: disable tests
| -rw-r--r-- | pkgs/development/python-modules/afsapi/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/afsapi/default.nix b/pkgs/development/python-modules/afsapi/default.nix index d58391180025..40ce655ab559 100644 --- a/pkgs/development/python-modules/afsapi/default.nix +++ b/pkgs/development/python-modules/afsapi/default.nix @@ -31,6 +31,8 @@ buildPythonPackage rec { lxml ]; + doCheck = false; # Failed: async def functions are not natively supported. + nativeCheckInputs = [ pytest-aiohttp pytestCheckHook |
