python312Packages.pybids: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-18 20:06:43 +02:00
parent a1a755e317
commit fb19b3d723
@@ -1,19 +1,20 @@
{ buildPythonPackage
, lib
, fetchPypi
, setuptools
, formulaic
, click
, num2words
, numpy
, scipy
, pandas
, nibabel
, bids-validator
, sqlalchemy
, pytestCheckHook
, versioneer
, pythonRelaxDepsHook
{
lib,
buildPythonPackage,
fetchPypi,
setuptools,
formulaic,
click,
num2words,
numpy,
scipy,
pandas,
nibabel,
bids-validator,
sqlalchemy,
pytestCheckHook,
versioneer,
pythonRelaxDepsHook,
}:
buildPythonPackage rec {
@@ -49,13 +50,9 @@ buildPythonPackage rec {
sqlalchemy
];
pythonImportsCheck = [
"bids"
];
pythonImportsCheck = [ "bids" ];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# Test looks for missing data