Loading pkgs/development/python-modules/pyshark/default.nix +9 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchpatch , pythonOlder , fetchFromGitHub , fetchpatch , appdirs , lxml , packaging , py , pytestCheckHook , pythonOlder , wireshark-cli , stdenv }: buildPythonPackage rec { Loading Loading @@ -48,6 +49,12 @@ buildPythonPackage rec { nativeCheckInputs = [ py pytestCheckHook wireshark-cli ]; disabledTests = lib.optionals stdenv.isDarwin [ # fails on darwin # _pickle.PicklingError: logger cannot be pickled "test_iterate_empty_psml_capture" ]; pythonImportsCheck = [ "pyshark" ]; pytestFlagsArray = [ "../tests/" ]; Loading Loading
pkgs/development/python-modules/pyshark/default.nix +9 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchpatch , pythonOlder , fetchFromGitHub , fetchpatch , appdirs , lxml , packaging , py , pytestCheckHook , pythonOlder , wireshark-cli , stdenv }: buildPythonPackage rec { Loading Loading @@ -48,6 +49,12 @@ buildPythonPackage rec { nativeCheckInputs = [ py pytestCheckHook wireshark-cli ]; disabledTests = lib.optionals stdenv.isDarwin [ # fails on darwin # _pickle.PicklingError: logger cannot be pickled "test_iterate_empty_psml_capture" ]; pythonImportsCheck = [ "pyshark" ]; pytestFlagsArray = [ "../tests/" ]; Loading