pythonlint.sh: make it fail on error, fix ruff warnings in pytest

Follow-up to a5542c23e7 #21289
Follow-up to 17e8200733

Closes #21597
This commit is contained in:
Viktor Szakats 2026-05-13 22:50:13 +02:00
parent e25e497c5e
commit a36c571984
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -29,7 +29,7 @@ import os
from typing import Generator
import pytest
from testenv import CurlClient, Env, Dnsd
from testenv import CurlClient, Dnsd, Env
log = logging.getLogger(__name__)