python3Packages.oauthlib: add some key reverse dependencies to passthru.tests
This commit is contained in:
parent
0ee5552b53
commit
f9dee9b385
@ -7,6 +7,12 @@
|
||||
, pyjwt
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
|
||||
# for passthru.tests
|
||||
, django-allauth
|
||||
, django-oauth-toolkit
|
||||
, google-auth-oauthlib
|
||||
, requests-oauthlib
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -38,6 +44,14 @@ buildPythonPackage rec {
|
||||
"oauthlib"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit
|
||||
django-allauth
|
||||
django-oauth-toolkit
|
||||
google-auth-oauthlib
|
||||
requests-oauthlib;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Generic, spec-compliant, thorough implementation of the OAuth request-signing logic";
|
||||
homepage = "https://github.com/idan/oauthlib";
|
||||
|
Loading…
Reference in New Issue
Block a user