python311Packages.amazon-ion: fix tests

This commit is contained in:
Martin Weinelt
2024-03-17 21:46:23 +01:00
parent 7739f926b5
commit ed358b7b6d
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, cbor2
, docopt
, fetchFromGitHub
, jsonconversion
@@ -41,6 +42,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
cbor2
docopt
pytestCheckHook
tabulate