Date: Saturday, July 28, 2018 @ 09:41:18 Author: dvzrv Revision: 363724
upgpkg: python-imdbpy 6.5-3 Disabling yet another flaky test. Modified: python-imdbpy/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-28 09:39:49 UTC (rev 363723) +++ PKGBUILD 2018-07-28 09:41:18 UTC (rev 363724) @@ -3,7 +3,7 @@ pkgname=python-imdbpy pkgver=6.5 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for the Internet Movie Database (IMDb)" url="https://imdbpy.sourceforge.io/" arch=('any') @@ -30,7 +30,8 @@ -i tests/test_http_person_bio.py sed -e 's/test_found_many_result_should_contain_correct_number_of_movies/disabled_&/' \ -i tests/test_http_search_movie.py - + sed -e 's/test_name_should_not_include_country/disabled_&/' \ + -i tests/test_http_company_main.py } build() {
