python312Packages.boiboite-opener-framework: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-22 11:15:00 +02:00
parent e4216e0253
commit 54f21fa4a0

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, packaging
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, scapy
{
lib,
buildPythonPackage,
fetchFromGitHub,
packaging,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
scapy,
}:
buildPythonPackage rec {
@ -32,13 +33,9 @@ buildPythonPackage rec {
scapy
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"bof"
];
pythonImportsCheck = [ "bof" ];
disabledTests = [
# Tests are using netcat and cat to do UDP connections