dev-python/pydocstyle: Remove more pip calls

Closes: https://bugs.gentoo.org/777165
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-03-19 10:40:40 +01:00
parent 8a7f17056b
commit bc67bd4739

View File

@@ -24,7 +24,7 @@ distutils_enable_tests --install pytest
src_prepare() {
# no, seriously, you don't need to install it yourself
sed -i -e '/pip install/d' src/tests/test_integration.py || die
sed -i -e '/pip/d' src/tests/test_integration.py || die
distutils-r1_src_prepare
}