Merge pull request #326766 from lavafroth/python3Packages.gocardless-pro/nose

python3Packages.gocardless-pro: remove nose dependency
This commit is contained in:
Sandro
2024-07-14 18:11:50 +02:00
committed by GitHub
@@ -4,15 +4,15 @@
fetchFromGitHub,
requests,
six,
setuptools,
pytestCheckHook,
responses,
nose,
}:
buildPythonPackage rec {
pname = "gocardless-pro";
version = "1.52.0";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "gocardless";
@@ -21,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-Oi68s4x/rS8ahvJ9TsniYfDidCxtvcvsMwYhJirYlP0=";
};
build-system = [ setuptools ];
propagatedBuildInputs = [
requests
six
@@ -31,7 +33,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
responses
nose
];
meta = with lib; {