From 04445bb0a680ba24393d7ac8b4abb63bb1e834e4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 7 Jul 2017 19:29:49 -0500 Subject: [PATCH] Disable maxima in Conda build because of mystery 'PtyProcessError: Could not terminate the child.' --- .test-py3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-py3.yml b/.test-py3.yml index 57ec950..03bac49 100644 --- a/.test-py3.yml +++ b/.test-py3.yml @@ -4,9 +4,9 @@ channels: - conda-forge - defaults dependencies: - - pexpect - conda-forge::numpy - conda-forge::sympy - python=3.5 - symengine::python-symengine=0.3.0 - - maxima +# - pexpect +# - maxima -- GitLab