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

Use compatible pytest,pytest-xdist,pytest-cov #321

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

Murray-LIANG
Copy link
Contributor

Travis py36 and py37 failed because it installed incompatible
pytest(5.4.3) and pytest-xdist(2.0.0).
https://travis-ci.com/github/emc-openstack/storops/jobs/373116173, line
251, 255 and 296.

This commit just limit the version of pytest, pytest-xdist and
pytest-cov for py36 and later.

Travis py36 and py37 failed because it installed incompatible
pytest(5.4.3) and pytest-xdist(2.0.0).
https://travis-ci.com/github/emc-openstack/storops/jobs/373116173, line
251, 255 and 296.

This commit just limit the version of pytest, pytest-xdist and
pytest-cov for py36 and later.
@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #321 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #321   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files          99       99           
  Lines       13754    13754           
  Branches     1663     1663           
=======================================
  Hits        12608    12608           
  Misses        733      733           
  Partials      413      413           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cee5b9...571c3ac. Read the comment docs.

@Murray-LIANG Murray-LIANG merged commit 28e21c3 into master Aug 21, 2020
@Murray-LIANG Murray-LIANG deleted the use-pytest6.0-for-py36-and-later branch August 21, 2020 06:08
Murray-LIANG added a commit that referenced this pull request Sep 2, 2020
- 203541e Unity: update NasServerUnixDirectoryServiceEnum (#322)
- d78a72d Unity: update Unity REST 5.0.3 and 5.1.0 change (#320)
- 28e21c3 Use compatible pytest,pytest-xdist,pytest-cov (#321)
- 6cee5b9 Update README.rst for VNX metrics sample code.
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.

1 participant