Commit bb272814 authored by Andreas Tille's avatar Andreas Tille
Browse files

Exclude test_format.test_pdb_color.PdbColorTests for s390x

parent 67ae885e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
python-cogent (1.9-11) unstable; urgency=medium

  * Exclude test_format.test_pdb_color.PdbColorTests for s390x
    Closes: #864894

 -- Andreas Tille <tille@debian.org>  Fri, 16 Jun 2017 23:50:35 +0200

python-cogent (1.9-10) unstable; urgency=medium

  * Team upload.
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ FAIL_ON_I386_TESTS := test_maths.test_stats.test_test \

FAIL_ON_PPC64_TESTS := test_app.test_util

FAIL_ON_S390X_TESTS := test_maths.test_optimisers
FAIL_ON_S390X_TESTS := test_maths.test_optimisers \
                       test_format.test_pdb_color.PdbColorTests

FAIL_ON_MIPS_TESTS := test_seqsim.test_sequence_generators