python312Packages.boiboite-opener-framework: disable pythonImportsCheck (#353071)

This commit is contained in:
Weijia Wang
2024-11-02 20:26:54 +01:00
committed by GitHub
@@ -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