dev-python/black: readd tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-07 03:09:30 +02:00
parent 1877619564
commit fe016a2327

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_USE_SETUPTOOLS=rdepend
@@ -19,15 +19,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#aiohttp-cors being removed because no py3_7 support
RESTRICT="test"
#DEPEND="
# test? (
# >=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
# dev-python/aiohttp-cors[${PYTHON_USEDEP}]
# )
#
DEPEND="
test? (
>=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
dev-python/aiohttp-cors[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/appdirs-1.4[${PYTHON_USEDEP}]