Loading pkgs/development/python-modules/boiboite-opener-framework/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bof" ]; preCheck = '' export HOME=$(mktemp -d) ''; # Race condition, https://github.com/secdev/scapy/pull/4558 # pythonImportsCheck = [ "bof" ]; disabledTests = [ # Tests are using netcat and cat to do UDP connections Loading Loading
pkgs/development/python-modules/boiboite-opener-framework/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bof" ]; preCheck = '' export HOME=$(mktemp -d) ''; # Race condition, https://github.com/secdev/scapy/pull/4558 # pythonImportsCheck = [ "bof" ]; disabledTests = [ # Tests are using netcat and cat to do UDP connections Loading