Loading pkgs/development/python-modules/pytest-test-utils/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, setuptools, setuptools-scm, wheel, pytestCheckHook, pytest, pythonOlder, Loading @@ -13,21 +12,20 @@ buildPythonPackage rec { pname = "pytest-test-utils"; version = "0.1.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "iterative"; repo = pname; repo = "pytest-test-utils"; rev = "refs/tags/${version}"; hash = "sha256-19oNAFff++7ntMdlnMXYc2w5I+EzGwWJh+rB1IjNZGk="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; buildInputs = [ pytest ]; Loading @@ -39,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Pytest utilities for tests"; homepage = "https://github.com/iterative/pytest-test-utils"; changelog = "https://github.com/iterative/pytest-test-utils/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pytest-test-utils/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, setuptools, setuptools-scm, wheel, pytestCheckHook, pytest, pythonOlder, Loading @@ -13,21 +12,20 @@ buildPythonPackage rec { pname = "pytest-test-utils"; version = "0.1.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "iterative"; repo = pname; repo = "pytest-test-utils"; rev = "refs/tags/${version}"; hash = "sha256-19oNAFff++7ntMdlnMXYc2w5I+EzGwWJh+rB1IjNZGk="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; buildInputs = [ pytest ]; Loading @@ -39,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Pytest utilities for tests"; homepage = "https://github.com/iterative/pytest-test-utils"; changelog = "https://github.com/iterative/pytest-test-utils/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading