Loading pkgs/development/python-modules/oauthenticator/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ mwoauth, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, requests, requests-mock, Loading @@ -31,11 +32,6 @@ buildPythonPackage rec { hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=oauthenticator" "" ''; build-system = [ setuptools ]; dependencies = [ Loading @@ -58,6 +54,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook requests-mock ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); Loading Loading
pkgs/development/python-modules/oauthenticator/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ mwoauth, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, requests, requests-mock, Loading @@ -31,11 +32,6 @@ buildPythonPackage rec { hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=oauthenticator" "" ''; build-system = [ setuptools ]; dependencies = [ Loading @@ -58,6 +54,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook requests-mock ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); Loading