Commit 74be4d29 authored by Jason Madden's avatar Jason Madden

Exclude prospector/pyyaml from 3.7 because pyyaml doesn't yet compile

parent 724e8531
......@@ -8,7 +8,8 @@ greenlet>=0.4.10 ; python_version < '3.7'
# Thread state changes again; requires 0.4.13, as yet unreleased
git+https://github.com/python-greenlet/greenlet#egg=greenlet ; python_version >= '3.7'
pylint>=1.8.0
prospector[with_pyroma]
# pyyaml is included here and doesn't install on travis with 3.7a3
prospector[with_pyroma] ; python_version < '3.7'
coverage>=4.0
coveralls>=1.0
cffi
......
......@@ -110,6 +110,7 @@ class AbstractWatcherType(type):
# Strip trailing _ added to avoid keyword duplications
# e.g., async_
name = name[:-1]
def _mro_get(attr, bases, error=True):
for b in bases:
try:
......
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