python312Packages.parquet: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-29 12:31:45 +02:00
parent 06a70ea1c7
commit f924036350

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, python-snappy
, pythonOlder
, setuptools
, thriftpy2
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
python-snappy,
pythonOlder,
setuptools,
thriftpy2,
}:
buildPythonPackage rec {
@ -22,18 +23,14 @@ buildPythonPackage rec {
hash = "sha256-WVDffYKGsyepK4w1d4KUUMmxB6a6ylTbJvG79Bt5G6o=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
python-snappy
thriftpy2
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# Fails with AttributeError