Commit 74a3e13b authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.aiolyric: run all tests

parent b5660f32
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  fetchFromGitHub,
  incremental,
  pythonOlder,
  pytest-asyncio,
  pytestCheckHook,
  setuptools,
}:
@@ -41,14 +42,10 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    aioresponses
    pytest-asyncio
    pytestCheckHook
  ];

  disabledTests = [
    # AssertionError, https://github.com/timmo001/aiolyric/issues/61
    "test_priority"
  ];

  pythonImportsCheck = [ "aiolyric" ];

  meta = with lib; {