From 9f5e892648c8a21a5d6360e68787e6db52d0f685 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Jul 14 2018 21:43:43 +0000 Subject: fix GSD test exclusion on big-endian arches --- diff --git a/python-MDAnalysis.spec b/python-MDAnalysis.spec index f90f5e0..c53e37f 100644 --- a/python-MDAnalysis.spec +++ b/python-MDAnalysis.spec @@ -156,10 +156,10 @@ PYTHONPATH=%{buildroot}%{python2_sitelib}:%{buildroot}%{python2_sitearch} \ %ifarch s390x and not test_clustering_three_ensembles_two_identical \ %endif - and not test_clustering_two_methods_one_w_no_distance_matrix' \ %ifarch ppc64 s390x - --ignore=coordinates/test_gsd.py \ + and not test_gsd \ %endif + and not test_clustering_two_methods_one_w_no_distance_matrix' \ %endif