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

Pin pytest<=5.3.5 because --basetemp is broken #4748

Merged
merged 1 commit into from Mar 30, 2020

Conversation

jdavies-st
Copy link
Collaborator

The newest version of Pytest 5.4.1 broke --basetemp when used in conjunction with pytest-xdist.

See pytest-dev/pytest#6987

This PR pins it for now. This will fix the issue of failed test artifacts not being pushed to Artifactory (and thus tests not being able to be OKified).

@codecov
Copy link

codecov bot commented Mar 30, 2020

Codecov Report

Merging #4748 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4748   +/-   ##
=======================================
  Coverage   52.57%   52.57%           
=======================================
  Files         400      400           
  Lines       34936    34936           
  Branches     5414     5414           
=======================================
  Hits        18369    18369           
  Misses      15456    15456           
  Partials     1111     1111           
Flag Coverage Δ
#unit 52.57% <ø> (ø)

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 96f222d...7874751. Read the comment docs.

@jdavies-st jdavies-st merged commit a1ae375 into spacetelescope:master Mar 30, 2020
@jdavies-st jdavies-st deleted the pin-pytest branch March 30, 2020 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants