summary refs log tree commit diff
path: root/pkgs/development/python-modules/gcal-sync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gcal-sync/default.nix')
-rw-r--r--pkgs/development/python-modules/gcal-sync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gcal-sync/default.nix b/pkgs/development/python-modules/gcal-sync/default.nix
index c1f15d6953a..e06cf326d85 100644
--- a/pkgs/development/python-modules/gcal-sync/default.nix
+++ b/pkgs/development/python-modules/gcal-sync/default.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     pydantic
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     freezegun
     pytest-aiohttp
     pytest-asyncio