From fb88ea7e38a85476743f5601b0c80d5715034623 Mon Sep 17 00:00:00 2001 From: WinterPhoenix Date: Fri, 13 Sep 2024 01:06:57 -0400 Subject: [PATCH] Update dev_requirements.txt for Python >=3.6 only --- dev_requirements.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ded0252..87ed27f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,8 +1,3 @@ -mock; python_version < '3.3' - -coverage>=5.0; python_version == '2.7' or python_version >= '3.5' -pytest-cov>=2.7.0; python_version == '2.7' or python_version >= '3.5' - -# coveralls 2.0 has removed support for Python 2.7 and 3.4 -git+https://github.com/andy-maier/coveralls-python.git@andy/add-py27#egg=coveralls; python_version == '2.7' -coveralls>=2.1.2; python_version >= '3.5' +coverage>=5.0 +pytest-cov>=2.7.0 +coveralls>=2.1.2