pythonPackages.lazr-restfulclient: prepare tests
This commit is contained in:
parent
d0cb896be2
commit
f5977d20b3
@ -8,6 +8,10 @@
|
|||||||
, setuptools
|
, setuptools
|
||||||
, six
|
, six
|
||||||
, wadllib
|
, wadllib
|
||||||
|
, fixtures
|
||||||
|
, lazr-uri
|
||||||
|
, pytestCheckHook
|
||||||
|
, wsgi-intercept
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,7 +27,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];
|
propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];
|
||||||
|
|
||||||
doCheck = false; # requires to package lazr.restful, lazr.authentication, and wsgi_intercept
|
# E ModuleNotFoundError: No module named 'lazr.uri'
|
||||||
|
doCheck = false;
|
||||||
|
checkInputs = [ fixtures lazr-uri pytestCheckHook wsgi-intercept ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "lazr.restfulclient" ];
|
pythonImportsCheck = [ "lazr.restfulclient" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user