test(io): remove unused module imports

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2025-09-22 12:38:47 -05:00
committed by Steve Chavez
parent bcf3457c28
commit d064faebb9
6 changed files with 0 additions and 34 deletions
-2
View File
@@ -1,8 +1,6 @@
import os import os
import pathlib import pathlib
import shutil import shutil
import signal
import pytest import pytest
import uuid import uuid
import yaml import yaml
-17
View File
@@ -1,25 +1,8 @@
"Unit tests for Input/Ouput of PostgREST seen as a black box." "Unit tests for Input/Ouput of PostgREST seen as a black box."
import contextlib
import dataclasses
from datetime import datetime
from operator import attrgetter from operator import attrgetter
import os
import pathlib
import re
import shutil
import signal
import socket
import subprocess import subprocess
import tempfile
import threading
import time
import urllib.parse
import jwt
import pytest import pytest
import requests
import requests_unixsocket
from syrupy.extensions.json import SingleFileSnapshotExtension from syrupy.extensions.json import SingleFileSnapshotExtension
import yaml import yaml
-2
View File
@@ -5,9 +5,7 @@ from operator import attrgetter
import os import os
import re import re
import signal import signal
import socket
import time import time
import pytest import pytest
from config import * from config import *
-2
View File
@@ -1,7 +1,5 @@
"IO tests for PostgREST started on replicas" "IO tests for PostgREST started on replicas"
import pytest
from config import * from config import *
from util import * from util import *
from postgrest import * from postgrest import *
-8
View File
@@ -1,13 +1,5 @@
"Sanity checks for the PostgREST black box testing infrastructure." "Sanity checks for the PostgREST black box testing infrastructure."
from datetime import datetime
from operator import attrgetter
import os
import re
import signal
import socket
import time
import pytest import pytest
from config import * from config import *
-3
View File
@@ -1,7 +1,4 @@
import contextlib
import socket
import threading import threading
import jwt import jwt