python312Packages.asteval: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 12:25:37 +02:00
parent db1732a6af
commit 7429e993a7
1 changed files with 10 additions and 15 deletions

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools-scm
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools-scm,
}:
buildPythonPackage rec {
@ -25,17 +26,11 @@ buildPythonPackage rec {
--replace-fail " --cov=asteval --cov-report xml" ""
'';
build-system = [
setuptools-scm
];
build-system = [ setuptools-scm ];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"asteval"
];
pythonImportsCheck = [ "asteval" ];
disabledTests = [
# AssertionError: 'ImportError' != None