From 8822fa0b8cb134bf0cc844326c7bae8583322b83 Mon Sep 17 00:00:00 2001 From: Lucas Clay <38572212+mlclay@users.noreply.github.com> Date: Mon, 25 Mar 2019 14:39:52 -0400 Subject: [PATCH] Pin minimum versions of pytest, pytest-cov, coverage for compatibility This fixes #555 --- requirements-dev-windows.txt | 6 +++--- requirements-dev.txt | 6 +++--- requirements-rtd.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev-windows.txt b/requirements-dev-windows.txt index 0af62277..c4821f70 100644 --- a/requirements-dev-windows.txt +++ b/requirements-dev-windows.txt @@ -1,7 +1,7 @@ # The following are only required for Cement development -pytest -pytest-cov -coverage +pytest>=4.3.1 +pytest-cov>=2.6.1 +coverage>=4.5.3 sphinx sphinx_rtd_theme pep8 diff --git a/requirements-dev.txt b/requirements-dev.txt index 675b7c05..c327638b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # The following are only required for Cement development -pytest -pytest-cov -coverage +pytest>=4.3.1 +pytest-cov>=2.6.1 +coverage>=4.5.3 sphinx sphinx_rtd_theme pep8 diff --git a/requirements-rtd.txt b/requirements-rtd.txt index 627b5460..1d27f886 100644 --- a/requirements-rtd.txt +++ b/requirements-rtd.txt @@ -1,7 +1,7 @@ # The following are only required for Cement development -pytest -pytest-cov -coverage +pytest>=4.3.1 +pytest-cov>=2.6.1 +coverage>=4.5.3 sphinx sphinx_rtd_theme pep8