python310Packages.pycares: add passthru.tests
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user