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

Restrict pytest to < 6.0 #1411

Merged
merged 1 commit into from
Jul 29, 2020
Merged

Restrict pytest to < 6.0 #1411

merged 1 commit into from
Jul 29, 2020

Conversation

rhodrin
Copy link
Contributor

@rhodrin rhodrin commented Jul 29, 2020

With the release of pytest 6.0.0 a previous warning seems to now be an error. See here who have also noted this issue. Latest pytest issues here.

@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #1411 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1411      +/-   ##
==========================================
+ Coverage   86.93%   86.98%   +0.04%     
==========================================
  Files         188      188              
  Lines       26985    26985              
  Branches     3664     3664              
==========================================
+ Hits        23459    23472      +13     
+ Misses       3098     3087      -11     
+ Partials      428      426       -2     
Impacted Files Coverage Δ
devito/ir/iet/visitors.py 82.65% <0.00%> (+0.42%) ⬆️
devito/compiler.py 55.40% <0.00%> (+3.71%) ⬆️

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 1ec58b7...21a7831. Read the comment docs.

@mloubout mloubout added the dependencies Pull requests that update a dependency file label Jul 29, 2020
@rhodrin
Copy link
Contributor Author

rhodrin commented Jul 29, 2020

Geez, MPI tests hanging. Will investigate either a bit later or more likely in the morning now.

@mloubout mloubout merged commit 6133b3b into master Jul 29, 2020
@mloubout mloubout deleted the pytest_version branch July 29, 2020 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants