Brand-new macbook pro - installed python3 using Homebrew, then followed the instructions here verbatim
except that I specified python=3.8 instead of python=3.7 when creating the environment.
obspy-runtests produces 86 errors, most having to do with matplotlib, but some also with UTCdatetime. The report is here.
https://tests.obspy.org/114160/#1
Attempts to install by pinning to earlier versions of matplotlib have been unsuccessful. Any suggestions would be most welcome!
Lara
Hi Lara, welcome to the forum!
I know that the UTCDateTime tests are fixed in the master branch and can be ignored without hesitation.
I think the same holds true for the matplotlib errors.
Tom
committed 10:16AM - 13 Mar 20 UTC
obspy:maintenance_1.2.x
← obspy:maintenance_fix_tests
opened 09:41AM - 01 Sep 20 UTC
### What does this PR do?
fixes #2690
by checking the matplotlib version.
…
### PR Checklist
- [x] Correct base branch selected? `master` for new features, `maintenance_...` for bug fixes
- [ ] This PR is not directly related to an existing issue (which has no PR yet).
- [ ] If the PR is making changes to documentation, docs pages can be built automatically.
Just remove the space in the following string after the + sign: "+ DOCS"
- [ ] If any network modules should be tested for the PR, add them as a comma separated list
(e.g. `clients.fdsn,clients.arclink`) after the colon in the following magic string: "+TESTS:"
(you can also add "ALL" to just simply run all tests across all modules)
- [x] ~~All tests still pass.~~ All tests now pass on travis for python>=3.6.
- [ ] Any new features or fixed regressions are be covered via new tests.
- [ ] Any new or changed features have are fully documented.
- [ ] Significant changes have been added to `CHANGELOG.txt` .
- [ ] First time contributors have added your name to `CONTRIBUTORS.txt` .