about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hikari/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hikari/default.nix')
-rw-r--r--pkgs/development/python-modules/hikari/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hikari/default.nix b/pkgs/development/python-modules/hikari/default.nix
index 5b538536c9848..05d2214f6a3de 100644
--- a/pkgs/development/python-modules/hikari/default.nix
+++ b/pkgs/development/python-modules/hikari/default.nix
@@ -61,7 +61,7 @@ buildPythonPackage rec {
     mock
   ];
 
-  pythonImportChecks = [ "hikari" ];
+  pythonImportsCheck = [ "hikari" ];
 
   disabled = pythonOlder "3.7";