From a577dca02dee30ccbcbe5aecba5029fa7f63b968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 22 Jun 2020 06:29:46 +0200 Subject: [PATCH] dev-python/cherrypy: Add lower bound for pytest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by sam_c, thanks! Signed-off-by: Michał Górny --- dev-python/cherrypy/cherrypy-18.5.0.ebuild | 1 + dev-python/cherrypy/cherrypy-18.6.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/cherrypy/cherrypy-18.5.0.ebuild b/dev-python/cherrypy/cherrypy-18.5.0.ebuild index 23a645ff0d5ce..66e4cc80ed0ee 100644 --- a/dev-python/cherrypy/cherrypy-18.5.0.ebuild +++ b/dev-python/cherrypy/cherrypy-18.5.0.ebuild @@ -35,6 +35,7 @@ BDEPEND=" dev-python/objgraph[${PYTHON_USEDEP}] dev-python/path-py[${PYTHON_USEDEP}] dev-python/requests-toolbelt[${PYTHON_USEDEP}] + >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}] dev-python/pytest-services[${PYTHON_USEDEP}] ) " diff --git a/dev-python/cherrypy/cherrypy-18.6.0.ebuild b/dev-python/cherrypy/cherrypy-18.6.0.ebuild index 23a645ff0d5ce..66e4cc80ed0ee 100644 --- a/dev-python/cherrypy/cherrypy-18.6.0.ebuild +++ b/dev-python/cherrypy/cherrypy-18.6.0.ebuild @@ -35,6 +35,7 @@ BDEPEND=" dev-python/objgraph[${PYTHON_USEDEP}] dev-python/path-py[${PYTHON_USEDEP}] dev-python/requests-toolbelt[${PYTHON_USEDEP}] + >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}] dev-python/pytest-services[${PYTHON_USEDEP}] ) "