Commit 8a2e3554 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.boiboite-opener-framework: disable pythonImportsCheck

parent 2b2a8530
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