mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/black: Install before testing
Closes: https://bugs.gentoo.org/750002 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -46,6 +46,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${MY_PV}
|
||||
|
||||
python_test() {
|
||||
cp "${S}"/src/black_primer/primer.json "${BUILD_DIR}"/lib/black_primer/primer.json || die
|
||||
distutils_install_for_testing
|
||||
epytest -m "not python2"
|
||||
}
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${MY_PV}
|
||||
|
||||
python_test() {
|
||||
cp "${S}"/src/black_primer/primer.json "${BUILD_DIR}"/lib/black_primer/primer.json || die
|
||||
distutils_install_for_testing
|
||||
epytest -m "not python2"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user