From 8855bbb9d056e3cd9c4840cb65f685a0f24655d7 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 8 Jul 2017 21:19:55 -0600 Subject: [PATCH] Also disable a test that fails on the ppc64 builders. --- sympy-test.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sympy-test.patch b/sympy-test.patch index 2ce2e3a..a444b31 100644 --- a/sympy-test.patch +++ b/sympy-test.patch @@ -25,3 +25,13 @@ @XFAIL def test_sympify_rational_numbers_set(): +--- sympy-sympy-1.1/sympy/solvers/tests/test_solveset.py.orig 2017-07-05 17:13:24.000000000 -0600 ++++ sympy-sympy-1.1/sympy/solvers/tests/test_solveset.py 2017-07-08 21:19:24.576055995 -0600 +@@ -1465,7 +1465,6 @@ def test_issue_9557(): + + + def test_issue_9778(): +- assert solveset(x**3 + 1, x, S.Reals) == FiniteSet(-1) + assert solveset(x**(S(3)/5) + 1, x, S.Reals) == S.EmptySet + assert solveset(x**3 + y, x, S.Reals) == Intersection(Interval(-oo, oo), \ + FiniteSet((-y)**(S(1)/3)*Piecewise((1, Ne(-im(y), 0)), ((-1)**(S(2)/3), -y < 0), (1, True))))