[arch-commits] Commit in python-imdbpy/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Nov 5 07:52:12 UTC 2019


    Date: Tuesday, November 5, 2019 @ 07:52:12
  Author: dvzrv
Revision: 524170

Adding two more failing flaky tests and informing upstream about it.

Modified:
  python-imdbpy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 07:29:19 UTC (rev 524169)
+++ PKGBUILD	2019-11-05 07:52:12 UTC (rev 524170)
@@ -33,7 +33,9 @@
   py.test -k 'not test_movie_genres_if_single_should_be_a_list_of_genre_names \
               and not test_movie_runtimes_with_countries_should_include_context \
               and not test_movie_full_credits_for_tv_show \
-              and not test_person_height_should_be_in_inches_and_meters'
+              and not test_person_height_should_be_in_inches_and_meters \
+              and not test_movie_sound_mix_if_multiple_with_notes_should_include_notes \
+              and not test_selected_unreleased_movie_should_have_correct_state'
 }
 
 package() {



More information about the arch-commits mailing list