From 4a5b61bf51e47a48fa2edbcc5177c45daf920e60 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Sat, 30 Aug 2025 19:55:38 +0300 Subject: [PATCH] python3Packages.nfcpy: fix tests --- pkgs/development/python-modules/nfcpy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/nfcpy/default.nix b/pkgs/development/python-modules/nfcpy/default.nix index 35f32269f625..21886328854b 100644 --- a/pkgs/development/python-modules/nfcpy/default.nix +++ b/pkgs/development/python-modules/nfcpy/default.nix @@ -7,6 +7,7 @@ ndeflib, pydes, pyserial, + pytest-tornasync, pytest-mock, pytestCheckHook, pythonOlder, @@ -34,6 +35,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ + pytest-tornasync mock pytest-mock pytestCheckHook