Loading pkgs/development/python-modules/twentemilieu/default.nix +7 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, aiohttp, yarl, aresponses, buildPythonPackage, fetchFromGitHub, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, yarl, }: buildPythonPackage rec { Loading @@ -26,8 +27,8 @@ buildPythonPackage rec { }; postPatch = '' # Upstream is creating GitHub releases without version substituteInPlace pyproject.toml \ --replace "--cov" "" \ --replace '"0.0.0"' '"${version}"' ''; Loading @@ -41,6 +42,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses pytest-asyncio pytest-cov-stub pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/twentemilieu/default.nix +7 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, aiohttp, yarl, aresponses, buildPythonPackage, fetchFromGitHub, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, yarl, }: buildPythonPackage rec { Loading @@ -26,8 +27,8 @@ buildPythonPackage rec { }; postPatch = '' # Upstream is creating GitHub releases without version substituteInPlace pyproject.toml \ --replace "--cov" "" \ --replace '"0.0.0"' '"${version}"' ''; Loading @@ -41,6 +42,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses pytest-asyncio pytest-cov-stub pytestCheckHook ]; Loading