Commit 76daf689 authored by Jason Madden's avatar Jason Madden

Disable prospector on _setuputils.py

It suddenly started crashing with an overflow getting the MRO of our
class that extends build_ext. No versions have changed other than cython
though, so I don't know why it crashed.

Log here: https://travis-ci.org/gevent/gevent/jobs/170750778
parent 50958f3e
......@@ -14,7 +14,8 @@ python-targets:
ignore-paths:
- examples/webchat/
- doc/
- build
- build/
- deps/
- dist
- .eggs
# util creates lots of warnings. ideally they should be fixed,
......@@ -38,6 +39,9 @@ ignore-paths:
- src/gevent/core.py
# sadly, this one is complicated
- setup.py
# This crashes (infinite recursion) trying to get the mro() of a class that extends
# build_ext
- _setuputils.py
- src/greentest/getaddrinfo_module.py
ignore-patterns:
# disabled code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment