From d8438d4d339fb79c590c5f2cf9d2b6860797d6b9 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Wed, 19 Jul 2023 17:11:47 +0900 Subject: [PATCH] temporarily disable pytest-docker entirely on py<3.10 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb479d0d..f3965cad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ tests = pytest-test-utils==0.0.8 pytest-asyncio==0.18.3 # https://github.com/docker/docker-py/issues/2902 - pytest-docker==0.12.0; python_version < '3.10' or sys_platform != 'win32' + pytest-docker==0.12.0; python_version < '3.10' and implementation_name != 'pypy' mock==5.0.1 paramiko==3.1.0 types-certifi==2021.10.8.3