python312Packages.boiboite-opener-framework: disable pythonImportsCheck
Race condition in scapy https://github.com/secdev/scapy/pull/4558
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user