Loading pkgs/development/python-modules/aiomisc-pytest/default.nix +15 −26 Original line number Diff line number Diff line { lib , aiomisc , buildPythonPackage , fetchPypi , poetry-core , pytest , pythonOlder , pythonRelaxDepsHook { lib, aiomisc, buildPythonPackage, fetchPypi, poetry-core, pytest, pythonOlder, pythonRelaxDepsHook, }: buildPythonPackage rec { Loading @@ -21,29 +22,17 @@ buildPythonPackage rec { hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pytest" ]; pythonRelaxDeps = [ "pytest" ]; buildInputs = [ pytest ]; buildInputs = [ pytest ]; dependencies = [ aiomisc ]; dependencies = [ aiomisc ]; pythonImportsCheck = [ "aiomisc_pytest" ]; pythonImportsCheck = [ "aiomisc_pytest" ]; # Module has no tests doCheck = false; Loading Loading
pkgs/development/python-modules/aiomisc-pytest/default.nix +15 −26 Original line number Diff line number Diff line { lib , aiomisc , buildPythonPackage , fetchPypi , poetry-core , pytest , pythonOlder , pythonRelaxDepsHook { lib, aiomisc, buildPythonPackage, fetchPypi, poetry-core, pytest, pythonOlder, pythonRelaxDepsHook, }: buildPythonPackage rec { Loading @@ -21,29 +22,17 @@ buildPythonPackage rec { hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pytest" ]; pythonRelaxDeps = [ "pytest" ]; buildInputs = [ pytest ]; buildInputs = [ pytest ]; dependencies = [ aiomisc ]; dependencies = [ aiomisc ]; pythonImportsCheck = [ "aiomisc_pytest" ]; pythonImportsCheck = [ "aiomisc_pytest" ]; # Module has no tests doCheck = false; Loading