From ea210a69c41dd6d70a79f73f167755b605f2b37e Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:54:35 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- tests/requirements.txt | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d49fb10..80d96a5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,3 @@ -colorama>=0.4.4; python_version == "3.10" and platform_system != "Windows" coverage>=5.1 coverage-pyver-pragma>=0.0.6 domdf-python-tools[testing]>=2.0.1 diff --git a/tox.ini b/tox.ini index f61a5e2..bd2bd03 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ setenv = PYTHONDEVMODE = 1 deps = -r{toxinidir}/tests/requirements.txt click7.1: click~=7.1.0 - click8.0.0a1: click==8.0.0a1 + click8.0.0a1: click~=8.0.0a1.0 extras = all commands = python --version @@ -79,7 +79,7 @@ commands = basepython = python3.6 changedir = {toxinidir} ignore_errors = True -skip_install = False +skip_install = True deps = flake8 >=3.8.2 flake8-2020 >= 1.6.0