Loading pkgs/development/python-modules/pytest-spec/default.nix +11 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytest , pytestCheckHook , pytest-describe , pytest-cov { lib, buildPythonPackage, fetchFromGitHub, poetry-core, pytest, pytestCheckHook, pytest-describe, }: buildPythonPackage rec { buildPythonPackage { pname = "pytest-spec"; version = "3.2.0-unstable-2023-06-04"; pyproject = true; Loading @@ -24,8 +24,8 @@ buildPythonPackage rec { sed -i '/addopts/d' setup.cfg # TODO: upstream substituteInPlace pyproject.toml \ --replace "poetry>=0.12" "poetry-core" \ --replace "poetry.masonry.api" "poetry.core.masonry.api" --replace-fail "poetry>=0.12" "poetry-core" \ --replace-fail "poetry.masonry.api" "poetry.core.masonry.api" ''; nativeBuildInputs = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/pytest-spec/default.nix +11 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytest , pytestCheckHook , pytest-describe , pytest-cov { lib, buildPythonPackage, fetchFromGitHub, poetry-core, pytest, pytestCheckHook, pytest-describe, }: buildPythonPackage rec { buildPythonPackage { pname = "pytest-spec"; version = "3.2.0-unstable-2023-06-04"; pyproject = true; Loading @@ -24,8 +24,8 @@ buildPythonPackage rec { sed -i '/addopts/d' setup.cfg # TODO: upstream substituteInPlace pyproject.toml \ --replace "poetry>=0.12" "poetry-core" \ --replace "poetry.masonry.api" "poetry.core.masonry.api" --replace-fail "poetry>=0.12" "poetry-core" \ --replace-fail "poetry.masonry.api" "poetry.core.masonry.api" ''; nativeBuildInputs = [ poetry-core ]; Loading