cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

travis tests fail because of issue with python3.5 and pytest #29

Closed paulmueller closed 8 years ago

paulmueller commented 8 years ago

https://travis-ci.org/cimatosa/jobmanager/builds/88766722

I believe we need a new pytest binary blob py.test --genscript=runtests.py but keep our own modifications.

https://github.com/pytest-dev/pytest/issues/744 https://bitbucket.org/pytest-dev/pytest/pull-requests/296/astcall-signature-changed-on-35/diff

paulmueller commented 8 years ago

The problem was also that conda installed python3.5, while the test script assumed python 3.4.