opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Tests failing on travis #311

Closed ocaballeror closed 5 years ago

ocaballeror commented 6 years ago

https://travis-ci.org/opensistemas-hub/osbrain/jobs/427931967

It's a weird error, so it's probably a Travis thing. I also launched the test suite locally and everything works flawlessly.

Just opening an issue so we remember to investigate this if it keeps happening in the future.

Edit: raw log.

Peque commented 6 years ago

@ocaballeror Can you rm -rf .tox && reset && tox -e py36? Just to make sure Tox is not using any outdated package version.

I can reproduce the error. It seems downgrading pytest to 3.7.4 fixes this issue.

Peque commented 6 years ago

Opened an issue in: https://github.com/pytest-dev/pytest/issues/3973

Peque commented 5 years ago

This is no longer a problem, I think. Closing...