Skip to content

Commit

Permalink
dev-python/async_generator: add missing pytest test dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/733392
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Sep 18, 2021
1 parent 9209b91 commit a70428f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_COMPAT=( python3_{8..10} pypy3 )

inherit distutils-r1

Expand All @@ -17,6 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-maco

DOCS=( README.rst )

distutils_enable_tests pytest

python_test() {
pushd "${BUILD_DIR}/lib" >/dev/null || die
epytest
Expand Down

0 comments on commit a70428f

Please sign in to comment.