python312Packages.stix2-patterns: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-02 14:53:47 +02:00
parent 9c5382db8d
commit 33369e894c
@@ -1,11 +1,12 @@
{ lib
, antlr4-python3-runtime
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
, six
{
lib,
antlr4-python3-runtime,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
six,
}:
buildPythonPackage rec {
@@ -27,22 +28,16 @@ buildPythonPackage rec {
--replace-fail "antlr4-python3-runtime~=" "antlr4-python3-runtime>="
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
antlr4-python3-runtime
six
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"stix2patterns"
];
pythonImportsCheck = [ "stix2patterns" ];
disabledTestPaths = [
# Exception: Could not deserialize ATN with version (expected 4)