Added pytest import to tests

This commit is contained in:
David Murphy 2024-05-09 11:56:12 -06:00 committed by Daniel Wozniak
parent ead4d3b90c
commit 99f9f1827d
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import packaging.version
import psutil
import pytest
from pytestskipmarkers.utils import platform

View file

@ -2,6 +2,7 @@ import logging
import packaging.version
import psutil
import pytest
from pytestskipmarkers.utils import platform
log = logging.getLogger(__name__)