Loading pkgs/development/python-modules/mechanize/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , html5lib , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, html5lib, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,21 +20,13 @@ buildPythonPackage rec { hash = "sha256-HeqUf5vn6gq2EPe7xKTja0XWv9/O6imtPTiaiKGVfd8="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ html5lib ]; dependencies = [ html5lib ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mechanize" ]; pythonImportsCheck = [ "mechanize" ]; disabledTestPaths = [ # Tests require network access Loading Loading
pkgs/development/python-modules/mechanize/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , html5lib , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, html5lib, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,21 +20,13 @@ buildPythonPackage rec { hash = "sha256-HeqUf5vn6gq2EPe7xKTja0XWv9/O6imtPTiaiKGVfd8="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ html5lib ]; dependencies = [ html5lib ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mechanize" ]; pythonImportsCheck = [ "mechanize" ]; disabledTestPaths = [ # Tests require network access Loading