dev-python/ordered-set: minor test fix

Drop python_test function because it is not needed anymore: tests are
run normally with distutils_enable_tests

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16887
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
David Denoncin
2020-07-28 20:44:20 +02:00
committed by Michał Górny
parent 59fff0f78a
commit fec66a27ca

View File

@@ -16,7 +16,3 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
python_test() {
pytest -vv test.py || die "Tests fail with ${EPYTHON}"
}