Skip to content

Conversation

@haakenlid
Copy link
Contributor

enum34 is not compatible with standard library enum since python 3.6, enum-compat solves this by not installing it unless python version < 3.4

#43

enum34 is not compatible with standard library enum since python 3.6, `enum-compat` solves this by not installing it unless python version < 3.4
@coveralls
Copy link

coveralls commented Aug 16, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 5b44556 on haakenlid:master into 66f3ac2 on miki725:master.

@haakenlid
Copy link
Contributor Author

haakenlid commented Aug 16, 2017

Travis fails because of some unrelated issue with pypy and coveralls-1.2.0, which was released a few hours ago.
Last passing build uses coveralls version 1.1

Can be fixed by freezing coveralls==1.1 or use a more recent version of pypy. Both can be done in the .travis.yml

https://docs.travis-ci.com/user/languages/python/#PyPy-Support

freezing coveralls at version 1.1, since later version uses cryptography 1.9, which is not compatible with the default Travis pypy version.

    RuntimeError: cryptography 1.9 is not compatible with PyPy < 5.3. Please upgrade PyPy to use this library.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c07314d on haakenlid:master into 66f3ac2 on miki725:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c07314d on haakenlid:master into 66f3ac2 on miki725:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c07314d on haakenlid:master into 66f3ac2 on miki725:master.

@haakenlid haakenlid changed the title Update requirements.txt Change enum34 dependency to enum-compat and freeze coveralls at version 1.1 Aug 16, 2017
@miki725
Copy link
Owner

miki725 commented Aug 16, 2017

great. thanks! @haakenlid please add yourself to contributors list and Ill merge

@coveralls
Copy link

coveralls commented Aug 16, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 9c2f6fe on haakenlid:master into 66f3ac2 on miki725:master.

@miki725 miki725 merged commit d9428fe into miki725:master Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants