summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/busypie/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/busypie/default.nix')
-rw-r--r--pkgs/development/python-modules/busypie/default.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/busypie/default.nix b/pkgs/development/python-modules/busypie/default.nix
index 9539d3f4371e..77882309148c 100644
--- a/pkgs/development/python-modules/busypie/default.nix
+++ b/pkgs/development/python-modules/busypie/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytest-asyncio
-, pytest-timeout
-, pytestCheckHook
-, pythonOlder
-, setuptools
-, wheel
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytest-asyncio,
+ pytest-timeout,
+ pytestCheckHook,
+ pythonOlder,
+ setuptools,
+ wheel,
}:
buildPythonPackage rec {
@@ -39,9 +40,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [
- "busypie"
- ];
+ pythonImportsCheck = [ "busypie" ];
meta = with lib; {
description = "Expressive busy wait for Python";