From 08782fdb8f1a237dd387ed5591905158e18b334a Mon Sep 17 00:00:00 2001 From: zariiii9003 <52598363+zariiii9003@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:34:06 +0200 Subject: [PATCH] constrain versions so pip resolver does not backtrack endlessly --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 63bccaa02..bf4d604bb 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,8 @@ deps = pytest~=5.3 pytest-timeout~=1.3 pytest-cov~=2.8 - coverage<5 - codecov~=2.0 + coverage==4.5.* + codecov==2.1.10 hypothesis~=4.56 pyserial~=3.0 @@ -19,6 +19,7 @@ recreate = True passenv = CI GITHUB_* + CODECOV_* PY_COLORS commands_post = @@ -29,6 +30,7 @@ passenv = CI TRAVIS TRAVIS_* + CODECOV_* TEST_SOCKETCAN commands_post =