diff options
Diffstat (limited to 'pkgs/development/python-modules/mcstatus/default.nix')
-rw-r--r-- | pkgs/development/python-modules/mcstatus/default.nix | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/mcstatus/default.nix b/pkgs/development/python-modules/mcstatus/default.nix index 886cf432f7ba..d4c3059e9290 100644 --- a/pkgs/development/python-modules/mcstatus/default.nix +++ b/pkgs/development/python-modules/mcstatus/default.nix @@ -1,14 +1,15 @@ -{ lib -, asyncio-dgram -, buildPythonPackage -, dnspython -, fetchFromGitHub -, poetry-core -, poetry-dynamic-versioning -, pytest-asyncio -, pytest-rerunfailures -, pytestCheckHook -, pythonOlder +{ + lib, + asyncio-dgram, + buildPythonPackage, + dnspython, + fetchFromGitHub, + poetry-core, + poetry-dynamic-versioning, + pytest-asyncio, + pytest-rerunfailures, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -48,9 +49,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "mcstatus" - ]; + pythonImportsCheck = [ "mcstatus" ]; disabledTests = [ # DNS features are limited in the sandbox |