Commit 54c41e39 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python312Packages.dbt-common: enable tests

parent 525ac2be
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -70,15 +70,6 @@ buildPythonPackage rec {
    pytest-mock
  ];

  disabledTests = [
    # Assertion errors (TODO: Notify upstream)
    "test_create_print_json"
    "test_events"
    "test_extra_dict_on_event"
  ];

  doCheck = false;

  pythonImportsCheck = [ "dbt_common" ];

  meta = {