From 2d275a3ffd47c2c8e24824f969f8aca84b986b28 Mon Sep 17 00:00:00 2001 From: Charlie Liu Date: Sun, 11 Nov 2018 05:40:39 -0500 Subject: [PATCH] Sync templates --- test-requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2a56e0d..85b9c53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # install a later version, so when pip tries to install radon it will # ignore the dependency version difference and only fail when the # bear is loaded. -colorama<4 +colorama<0.4 # coverage 4.4.2 broke compatibility with coverage-config-reload-plugin # and thus broke https://github.com/jayvdb/coverage_env_plugin . # See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1 @@ -10,7 +10,7 @@ coverage==4.4.1 coverage-env-plugin~=0.1 coverage-config-reload-plugin~=0.2 codecov~=2.0.5 -moban~=0.3.1 +moban~=0.3.3 packaging~=16.8 pytest~=3.6.1 pytest-cov~=2.4 @@ -25,5 +25,6 @@ pytest-timeout~=1.3.0 pytest-travis-fold~=1.3.0 pytest-xdist~=1.15 requests-mock~=1.2 +ipdb~=0.11 pip<10 wheel~=0.29