diff --git a/setup.cfg b/setup.cfg index 07cd1b56..37e681ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = find: setup_requires = setuptools_scm install_requires = - pytest!=3.0.2 + pytest>=6 extras_require = [options.extras_require] diff --git a/testinfra/plugin.py b/testinfra/plugin.py index d1371dbb..db3541b0 100644 --- a/testinfra/plugin.py +++ b/testinfra/plugin.py @@ -10,6 +10,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + import logging import shutil import sys