dev-python/graphql-relay: add py3_7,8, fix tests

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-07-05 13:05:27 +02:00
parent ec90aa8751
commit cb9955f362

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=(python3_6 )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -15,9 +15,13 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# most likely we need a newer version of graphql-core
RESTRICT="test"
BDEPEND="test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
RDEPEND="dev-python/graphql-core[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/graphql-core[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest