Loading pkgs/development/python-modules/batinfo/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -25,17 +26,11 @@ buildPythonPackage rec { --replace-fail "self.assertEquals" "self.assertEqual" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "batinfo" ]; pythonImportsCheck = [ "batinfo" ]; disabledTests = [ # Tests are a bit outdated Loading Loading
pkgs/development/python-modules/batinfo/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -25,17 +26,11 @@ buildPythonPackage rec { --replace-fail "self.assertEquals" "self.assertEqual" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "batinfo" ]; pythonImportsCheck = [ "batinfo" ]; disabledTests = [ # Tests are a bit outdated Loading