From 7aa65dc049768912a24f0ef383467a2a7b7f4935 Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Mon, 11 Oct 2021 09:23:58 -0500 Subject: [PATCH 1/2] Restrict sympy to 1.8 See https://github.com/sympy/sympy/issues/22241 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ff83ff862a3..c327700daf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = packaging>=20.9 pyyaml>=4.2b1 setuptools>=19.6 - sympy>=1.2 + sympy>=1.2,<1.9 toml>=0.10.2 tqdm>=3.4.0 unyt>=2.8.0 From bb251cbfc4ff9abd8cdd6daa7e741ab5dbbf95aa Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Mon, 11 Oct 2021 10:57:08 -0500 Subject: [PATCH 2/2] Bump answers for #3533 + #3520 --- tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yaml b/tests/tests.yaml index 2264127dad7..39b0b0d0694 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -170,7 +170,7 @@ answer_tests: local_cylindrical_background_010: # PR 3520 - yt/geometry/coordinates/tests/test_cylindrical_coordinates.py:test_noise_plots - local_spherical_background_001: # PR 3533 + local_spherical_background_002: # PR 3533 + 3520 - yt/geometry/coordinates/tests/test_spherical_coordinates.py:test_noise_plots #local_particle_trajectory_001: