Unverified Commit 85b023ca authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents 81916721 8a2e3554
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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