From c3fd6c1a7c93d28597b45ca424efa1a6fdd8b2c8 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:44:20 -0400 Subject: FIX: Import pytest in tests.test_docs --- test/test_docs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_docs.py b/test/test_docs.py index 75fd2ba5..20027c19 100644 --- a/test/test_docs.py +++ b/test/test_docs.py @@ -7,6 +7,8 @@ import os import sys +import pytest + from test.lib import TestBase from test.lib.helper import with_rw_directory -- cgit v1.2.1