Skip to content

Commit

Permalink
oauth-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Nov 3, 2024
1 parent 447bfcd commit 3c0b8a6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage rec {
};

postPatch = ''
sed -i '/cov/d' tox.ini
sed -i '/cov/d' pyproject.toml
'';

build-system = [ setuptools ];
Expand Down Expand Up @@ -59,8 +59,6 @@ buildPythonPackage rec {
"test_response_when_auth_server_response_return_404"
];

doCheck = false;

meta = {
description = "OAuth2 goodies for the Djangonauts";
homepage = "https://github.com/jazzband/django-oauth-toolkit";
Expand Down

0 comments on commit 3c0b8a6

Please sign in to comment.