Commit 8dd2447a authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.bitstruct: run tests

parent 66884780
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  pytestCheckHook,
  setuptools,
}:

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

  pythonImportsCheck = [ "bitstruct" ];

  nativeCheckInputs = [
    pytestCheckHook
  ];

  meta = with lib; {
    description = "Python bit pack/unpack package";
    homepage = "https://github.com/eerimoq/bitstruct";