diff options
author | Sebastian Pipping <sping@gentoo.org> | 2019-07-07 16:17:34 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-07-07 16:22:47 +0200 |
commit | 00953ed653a1ddfc64335a87e7e39059ce83b60a (patch) | |
tree | 64929d403eaa6e6591c964f20c494bb2aa863a21 /app-emulation/docker-compose | |
parent | sys-apps/inxi: Version bump (diff) | |
download | gentoo-00953ed653a1ddfc64335a87e7e39059ce83b60a.tar.gz gentoo-00953ed653a1ddfc64335a87e7e39059ce83b60a.tar.bz2 gentoo-00953ed653a1ddfc64335a87e7e39059ce83b60a.zip |
app-emulation/docker-compose: Tests need pytest <4
Closes: https://bugs.gentoo.org/688688
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Diffstat (limited to 'app-emulation/docker-compose')
4 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild index df1a0e87a651..0e0b3b5585b1 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild index 4028e9260865..4b06e9a17e95 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild @@ -43,7 +43,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild index 27bb0bdfb34c..4845028c559d 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild @@ -34,7 +34,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild index 1efb5d463ed5..0a65a87e67c3 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild @@ -34,7 +34,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" |