dev-python/pbr: fix tests for bug 626728

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Matthew Thode
2017-08-02 15:45:05 -05:00
parent e4bc254836
commit e5a4be3aaa

View File

@@ -56,9 +56,7 @@ python_prepare_all() {
sed -e s':test_command_hooks:_&:' \
-e s':test_global_setup_hooks:_&:' \
-i pbr/tests/test_hooks.py || die
sed \
-e "s:test_wsgi_script_install:_&:" \
-i pbr/tests/test_wsgi.py || die
rm pbr/tests/test_wsgi.py || die "couldn't remove wsgi network tests"
einfo "rogue tests disabled"
sed -i '/^hacking/d' test-requirements.txt || die