python3Packages.nfcpy: fix tests

This commit is contained in:
SandaruKasa
2025-08-30 19:55:38 +03:00
parent 4b17a266c1
commit 4a5b61bf51

View File

@@ -7,6 +7,7 @@
ndeflib, ndeflib,
pydes, pydes,
pyserial, pyserial,
pytest-tornasync,
pytest-mock, pytest-mock,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,
@@ -34,6 +35,7 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
pytest-tornasync
mock mock
pytest-mock pytest-mock
pytestCheckHook pytestCheckHook