zerasul/blask

Travis fails after updating Pytest

zerasul opened this issue · 0 comments

We are getting some errors after updating Pytest to the last version.

self = <pytest_cov.plugin.CovPlugin object at 0x000001DEF61A7F60>
item =

@compat.hookwrapper
def pytest_runtest_call(self, item):
  if (item.get_marker('no_cover')
            or 'no_cover' in getattr(item, 'fixturenames', ())):

E AttributeError: 'Function' object has no attribute 'get_marker'