Commit 80e069f3 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.rich-tables: enable tests

parent 5374caf5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -15,6 +15,11 @@
  sqlparse,
  typing-extensions,

  # tests
  pytestCheckHook,
  pytest-cov-stub,
  freezegun,

  # passthru
  rgbxy,
}:
@@ -44,6 +49,13 @@ buildPythonPackage (finalAttrs: {
    typing-extensions
  ];

  nativeBuildInputs = [
    pytestCheckHook
    pytest-cov-stub
    freezegun
  ]
  ++ finalAttrs.finalPackage.passthru.optional-dependencies.hue;

  optional-dependencies = {
    hue = [
      rgbxy