JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
137 stars 81 forks source link

Fix build #201

Closed sambrightman closed 5 years ago

sambrightman commented 5 years ago

Taking the view that it's better to first get the build green and then add support for new versions.

sambrightman commented 5 years ago

The Travis error looks like a transient network error that will succeed when retried. I did not look much at AppVeyor - it can't find pywin32>=223 but it exists https://pypi.org/project/pywin32/#history.

sambrightman commented 5 years ago

Hmm, there are no wheels for 3.4. Not sure if they dropped support and what you want to do about that. Still, this fixes the Travis build.

sambrightman commented 5 years ago

I added a workaround for Python 3.4 on Windows even though it's EOL soon. Python 2.7 may still fail due to pytest-dev/pytest#4770 coming up in the last few hours.

sambrightman commented 5 years ago

All tests should now pass (on re-run of AppVeyor/Python 2.7)

shalupov commented 5 years ago

Thanks!