Skip to content

Commit

Permalink
Tests: remove unused Python modules from freshclam tests
Browse files Browse the repository at this point in the history
The 'cgi' module is deprecrated and will be removed in Python 3.13.
We weren't using it anyways.

Fixes: #1327
  • Loading branch information
micahsnyder committed Aug 28, 2024
1 parent 72fd575 commit acf717d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unit_tests/freshclam_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
from pathlib import Path
import platform
import shutil
import subprocess
import sys
import time
import unittest
from functools import partial

from http.server import HTTPServer, BaseHTTPRequestHandler
import cgi

import testcase

Expand Down

0 comments on commit acf717d

Please sign in to comment.