python312Packages.boiboite-opener-framework: disable pythonImportsCheck

Race condition in scapy https://github.com/secdev/scapy/pull/4558
This commit is contained in:
Fabian Affolter
2024-11-02 10:53:46 +01:00
parent 2b2a8530a8
commit 8a2e3554a9
@@ -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