summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 18:37:05 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:08:54 +0200
commit395db2261ce22eb66038eb161c4b99d3965933a8 (patch)
treee6c20f9921ff0e786e004b48f4dacad9dc554d9f
parentpython3Packages.aioecowitt: fix tests with pytest-asyncio 0.x (diff)
downloadnixpkgs-395db2261ce22eb66038eb161c4b99d3965933a8.tar.gz
python3Packages.afsapi: disable tests
-rw-r--r--pkgs/development/python-modules/afsapi/default.nix2
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