20 buildPythonPackage rec {
21 pname = "django-oauth-toolkit";
23 format = "setuptools";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 sha256 = "sha256-mynchdvrfBGKMeFFb2oDaANhtSCxq85Nibx7GfSY2nQ=";
33 sed -i '/cov/d' tox.ini
36 propagatedBuildInputs = [
43 nativeBuildInputs = [ pythonRelaxDepsHook ];
48 DJANGO_SETTINGS_MODULE = "tests.settings";
59 # Failed to get a valid response from authentication server. Status code: 404, Reason: Not Found.
60 "test_response_when_auth_server_response_return_404"
64 description = "OAuth2 goodies for the Djangonauts";
65 homepage = "https://github.com/jazzband/django-oauth-toolkit";
66 license = licenses.bsd2;
67 maintainers = with maintainers; [ mmai ];