Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor tests failing #4252

Closed
gvanrossum opened this issue Nov 15, 2017 · 0 comments · Fixed by #4256
Closed

AppVeyor tests failing #4252

gvanrossum opened this issue Nov 15, 2017 · 0 comments · Fixed by #4256

Comments

@gvanrossum
Copy link
Member

It seems all AppVeyor tests are currently failing with an internal error on "import syslog" from the "py" package. Example: https://ci.appveyor.com/project/gvanrossum/mypy/build/1.0.2922.

I added to a support ticket with AppVeyor but my diagnosis is that there's something in py 1.5.0 that added an unconditional "import syslog". I will be fixing it by forcing the py version < 1.5.0 on Windows.

gvanrossum pushed a commit to gvanrossum/mypy that referenced this issue Nov 15, 2017
gvanrossum pushed a commit to gvanrossum/mypy that referenced this issue Nov 15, 2017
gvanrossum added a commit that referenced this issue Nov 16, 2017
Fixes #4252 differently.

According to pytest-dev/py#169 (comment), py 1.5.2 has been pushed out that fixes this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant