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

Switch to pytest #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

paolostivanin
Copy link

@paolostivanin paolostivanin commented Apr 15, 2020

  • remove nose references
  • switch to pytest
  • fix failing test due to pytest different behavior

This fixes #46

- remove nose references
- use pytest
- fix failing test due to pytest different behavior
@clarete
Copy link
Owner

clarete commented Dec 31, 2020

I guess just adding the dependency didn't help.
there seems to be a conflict of APIs, maybe due to not pinning a specific version?

 File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/pytest_cov/engine.py", line 208, in start
    self.cov = coverage.Coverage(source=self.cov_source,
AttributeError: 'module' object has no attribute 'Coverage'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test fails with py3.8 and pytest
2 participants