dev-python/compreffor: switch back to the old testing method

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-03-27 19:26:00 +01:00
parent 0ece3545ed
commit a59d007a54

View File

@@ -27,4 +27,9 @@ BDEPEND="
"
PATCHES=( "${FILESDIR}/remove-pytest-runner.patch" )
distutils_enable_tests --install pytest
distutils_enable_tests pytest
python_test() {
distutils_install_for_testing
default
}