python312Packages.asks: unstuck tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user