diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-22 06:29:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-22 06:29:46 +0200 |
commit | a577dca02dee30ccbcbe5aecba5029fa7f63b968 (patch) | |
tree | 327b6555cdfd65a5bb725edbba2a83223d397a96 /dev-python/cherrypy | |
parent | dev-ruby/capybara: add 3.33.0 (diff) | |
download | gentoo-a577dca02dee30ccbcbe5aecba5029fa7f63b968.tar.gz gentoo-a577dca02dee30ccbcbe5aecba5029fa7f63b968.tar.bz2 gentoo-a577dca02dee30ccbcbe5aecba5029fa7f63b968.zip |
dev-python/cherrypy: Add lower bound for pytest
Reported by sam_c, thanks!
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r-- | dev-python/cherrypy/cherrypy-18.5.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-18.6.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.5.0.ebuild b/dev-python/cherrypy/cherrypy-18.5.0.ebuild index 23a645ff0d5c..66e4cc80ed0e 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 23a645ff0d5c..66e4cc80ed0e 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}] ) " |