diff options
Diffstat (limited to 'app-shells/thefuck/thefuck-3.28.ebuild')
-rw-r--r-- | app-shells/thefuck/thefuck-3.28.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-shells/thefuck/thefuck-3.28.ebuild b/app-shells/thefuck/thefuck-3.28.ebuild index ffcc66f3c8af..c55322df315f 100644 --- a/app-shells/thefuck/thefuck-3.28.ebuild +++ b/app-shells/thefuck/thefuck-3.28.ebuild @@ -32,10 +32,5 @@ distutils_enable_tests pytest python_prepare_all() { sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die - distutils-r1_python_prepare_all } - -python_test() { - py.test -vv || die -} |