From 9f45a27a2a73ac98509a77795c05b864e14233a9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Jul 2016 13:06:32 +0200 Subject: [PATCH] test requirements: Update CherryPy to 7.0.0 7.0.0 ----- Removed the long-deprecated backward compatibility for legacy config keys in the engine. Use the config for the namespaced-plugins instead: - autoreload_on -> autoreload.on - autoreload_frequency -> autoreload.frequency - autoreload_match -> autoreload.match - reload_files -> autoreload.files - deadlock_poll_frequency -> timeout_monitor.frequency 6.2.1 ----- Fix KeyError in Bus.publish when signal handlers set in config. --- misc/requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index ef423693b..efb862471 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -1,7 +1,7 @@ # This file is automatically generated by scripts/dev/recompile_requirements.py beautifulsoup4==4.5.0 -CherryPy==6.2.0 +CherryPy==7.0.0 coverage==4.1 decorator==4.0.10 Flask==0.10.1 # rq.filter: < 0.11.0