Loading pkgs/development/python-modules/pybids/default.nix +19 −22 Original line number Diff line number Diff line { 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 { Loading Loading @@ -49,13 +50,9 @@ buildPythonPackage rec { sqlalchemy ]; pythonImportsCheck = [ "bids" ]; pythonImportsCheck = [ "bids" ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # Test looks for missing data Loading Loading
pkgs/development/python-modules/pybids/default.nix +19 −22 Original line number Diff line number Diff line { 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 { Loading Loading @@ -49,13 +50,9 @@ buildPythonPackage rec { sqlalchemy ]; pythonImportsCheck = [ "bids" ]; pythonImportsCheck = [ "bids" ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # Test looks for missing data Loading