python310Packages.pycares: add passthru.tests
This commit is contained in:
parent
1ca0fd7d6d
commit
2b16965989
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue