This commit is contained in:
Itamar Turner-Trauring 2023-09-25 14:31:53 -04:00
parent 173c3361ed
commit 541c4b1e16
1 changed files with 0 additions and 2 deletions

View File

@ -6,12 +6,10 @@ to pytest.
""" """
import os import os
from resource import getrusage, RUSAGE_CHILDREN
from shutil import which, rmtree from shutil import which, rmtree
from tempfile import mkdtemp from tempfile import mkdtemp
from contextlib import contextmanager from contextlib import contextmanager
from time import time from time import time
from psutil import Process
import pytest import pytest
import pytest_twisted import pytest_twisted