dev-python/pytest-ordering: add py3.9

also add dep on pytest<6, all tests fail with pytest>=6

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-04-07 16:44:22 +02:00
committed by Joonas Niilola
parent 719abb5e36
commit 35b6b39cc8
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">ftobia/pytest-ordering</remote-id>
<remote-id type="pypi">pytest-ordering</remote-id>

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -18,9 +18,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
RDEPEND="<dev-python/pytest-6[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
distutils_enable_tests --install pytest
distutils_enable_sphinx docs/source
python_prepare_all() {