tests: keep on using deprecated cgi module in tests (#86355)
gitea/passerelle/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2024-01-31 09:28:43 +01:00
parent 8459ef11a3
commit 1c7f6c2557
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import base64
import cgi
import cgi # noqa pylint: disable=deprecated-module
import io
import json

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import base64
import cgi
import cgi # noqa pylint: disable=deprecated-module
import json
import os
import urllib.parse

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import base64
import cgi
import cgi # noqa pylint: disable=deprecated-module
import functools
import io
import json