python310Packages.pycares: add passthru.tests

This commit is contained in:
Fabian Affolter 2022-12-19 11:08:38 +01:00
parent 1ca0fd7d6d
commit 2b16965989

View file

@ -1,10 +1,12 @@
{ lib
, aiodns
, buildPythonPackage
, c-ares
, cffi
, fetchPypi
, idna
, pythonOlder
, tornado
}:
buildPythonPackage rec {
@ -35,6 +37,10 @@ buildPythonPackage rec {
# Requires network access
doCheck = false;
passthru.tests = {
inherit aiodns tornado;
};
pythonImportsCheck = [
"pycares"
];