mirror of
https://github.com/curl/curl.git
synced 2026-05-24 23:56:21 +03:00
pythonlint.sh: make it fail on error, fix ruff warnings in pytest
Follow-up toa5542c23e7#21289 Follow-up to17e8200733Closes #21597
This commit is contained in:
parent
e25e497c5e
commit
a36c571984
3 changed files with 5 additions and 3 deletions
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue