Skip to content

Commit 8dd2447

Browse files
committed
python3Packages.bitstruct: run tests
1 parent 6688478 commit 8dd2447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/bitstruct/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
buildPythonPackage,
44
fetchPypi,
5+
pytestCheckHook,
56
setuptools,
67
}:
78

@@ -21,6 +22,10 @@ buildPythonPackage rec {
2122

2223
pythonImportsCheck = [ "bitstruct" ];
2324

25+
nativeCheckInputs = [
26+
pytestCheckHook
27+
];
28+
2429
meta = with lib; {
2530
description = "Python bit pack/unpack package";
2631
homepage = "https://github.com/eerimoq/bitstruct";

0 commit comments

Comments
 (0)