Commit 7bd2f81a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

irrd: set to pytest-asyncio_0

parent f5dbee70
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ py.pkgs.buildPythonPackage rec {
    postgresqlTestHook
  ]
  ++ (with py.pkgs; [
    pytest-asyncio
    pytest-asyncio_0
    pytest-freezegun
    pytestCheckHook
    smtpdfix
@@ -142,12 +142,17 @@ py.pkgs.buildPythonPackage rec {
    kill $REDIS_PID
  '';

  # skip tests that require internet access
  disabledTests = [
    # Skip tests that require internet access
    "test_020_dash_o_noop"
    "test_050_non_json_response"
  ];

  disabledTestPaths = [
    # Doesn't work with later pytest releases
    "irrd/server/whois/tests/test_query_response.py"
  ];

  meta = {
    changelog = "https://irrd.readthedocs.io/en/v${version}/releases/";
    description = "Internet Routing Registry database server, processing IRR objects in the RPSL format";