python312Packages.asks: unstuck tests

This commit is contained in:
Martin Weinelt
2024-03-12 18:25:15 +01:00
parent 44fd7317ae
commit 165e5e1ae4
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonAtLeast
, pythonOlder
, fetchFromGitHub
, anyio
@@ -39,6 +40,12 @@ buildPythonPackage rec {
trio
];
disabledTests = lib.optionals (pythonAtLeast "3.12") [
# stuck in threading waiter.acquire()
"test_https_get"
"test_https_get_checks_cert"
];
pythonImportsCheck = [ "asks" ];
meta = {