[sympy] Cacheless testing improvements

2013-08-16 Thread Gilbert Gede
Hi, I've started to play around with localized caching, but in order to (effectively) do that, I needed to get the test suite to pass with the cache turned off. I've opened a PR with some changes (https://github.com/sympy/sympy/pull/2387) but it still has 2 errors, from diffgeom and strategies

Re: [sympy] Cacheless testing improvements

2013-08-16 Thread Aaron Meurer
Maybe we can get it running on Matthew's buildbot. Until then, you'll just have to use SymPy-bot. Aaron Meurer On Aug 16, 2013, at 2:47 AM, Gilbert Gede wrote: Hi, I've started to play around with localized caching, but in order to (effectively) do that, I needed to get the test suite to pass