irrd: set to pytest-asyncio_0

This commit is contained in:
Fabian Affolter
2025-09-27 18:09:45 +02:00
parent f5dbee708d
commit 7bd2f81a15
+7 -2
View File
@@ -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";