From b71dcc0b052077c536abd6b07b6f184d64c24bcb Mon Sep 17 00:00:00 2001 From: Kenneth Rosario Acevedo Date: Mon, 22 May 2023 21:18:45 +0000 Subject: [PATCH] chore: fix failing unit tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb76a0e8..0fe3dba6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = py{35,36,37,38,39,310}-{ubuntu-latest,macos-latest,windows-latest},lin [testenv] usedevelop = true deps = - docker<5 # https://github.com/docker/docker-py/issues/2807 + docker pytest-cov pytest-integration pretend