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

Update PIP_CONSTRAINT value to fix failing comprehensive jobs #5809

Merged
merged 1 commit into from
May 8, 2023

Conversation

dalthviz
Copy link
Member

@dalthviz dalthviz commented May 5, 2023

Fixes/Closes

Closes #5699

Description

Seems like the ubuntu-20.04 py3.8 min_req and test examples jobs are failing due to PIP_CONSTRAINT missing to be set to the correct values (constraints_py3.8_min_req.txt and constraints_py3.9_examples.txt)

References

Type of change

  • Bug-fix (non-breaking change which fixes an issue)

How has this been tested?

  • all tests pass with my change

Final checklist:

  • My PR is the minimum possible work for the desired functionality

@dalthviz dalthviz marked this pull request as ready for review May 5, 2023 20:09
@github-actions github-actions bot added the task label May 5, 2023
@dalthviz dalthviz added the maintenance PR with maintance changes, label May 5, 2023
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #5809 (f9fd4d1) into main (9da6d28) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5809      +/-   ##
==========================================
+ Coverage   89.86%   89.89%   +0.02%     
==========================================
  Files         614      614              
  Lines       52207    52207              
==========================================
+ Hits        46915    46929      +14     
+ Misses       5292     5278      -14     

see 10 files with indirect coverage changes

@Czaki Czaki added the ready to merge Last chance for comments! Will be merged in ~24h label May 5, 2023
@Czaki Czaki merged commit 1495e63 into napari:main May 8, 2023
@Czaki Czaki removed the ready to merge Last chance for comments! Will be merged in ~24h label May 8, 2023
@Czaki Czaki mentioned this pull request Jun 7, 2023
@Czaki Czaki added this to the 0.4.18 milestone Jun 16, 2023
@Czaki Czaki added the triaged-0.4.18 To mark PR that is triaged in 0.4.18 release process label Jun 16, 2023
Czaki pushed a commit that referenced this pull request Jun 19, 2023
# Fixes/Closes

<!-- In general, PRs should fix an existing issue on the repo. -->
<!-- Please link to that issue here as "Closes #(issue-number)". -->
Closes #5699
# Description
<!-- What does this pull request (PR) do? Why is it necessary? -->
<!-- Tell us about your new feature, improvement, or fix! -->
<!-- If your change includes user interface changes, please add an
image, or an animation "An image is worth a thousand words!" -->
<!-- You can use https://www.cockos.com/licecap/ or similar to create
animations -->

Seems like the [ubuntu-20.04 py3.8
min_req](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724894744#logs)
and [test
examples](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724895070#logs)
jobs are failing due to `PIP_CONSTRAINT` missing to be set to the
correct values (`constraints_py3.8_min_req.txt` and
`constraints_py3.9_examples.txt`)

# References
<!-- What resources, documentation, and guides were used in the creation
of this PR? -->

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)

# How has this been tested?
<!-- Please describe the tests that you ran to verify your changes. -->
- [x] all tests pass with my change

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality
Czaki pushed a commit that referenced this pull request Jun 21, 2023
# Fixes/Closes

<!-- In general, PRs should fix an existing issue on the repo. -->
<!-- Please link to that issue here as "Closes #(issue-number)". -->
Closes #5699
# Description
<!-- What does this pull request (PR) do? Why is it necessary? -->
<!-- Tell us about your new feature, improvement, or fix! -->
<!-- If your change includes user interface changes, please add an
image, or an animation "An image is worth a thousand words!" -->
<!-- You can use https://www.cockos.com/licecap/ or similar to create
animations -->

Seems like the [ubuntu-20.04 py3.8
min_req](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724894744#logs)
and [test
examples](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724895070#logs)
jobs are failing due to `PIP_CONSTRAINT` missing to be set to the
correct values (`constraints_py3.8_min_req.txt` and
`constraints_py3.9_examples.txt`)

# References
<!-- What resources, documentation, and guides were used in the creation
of this PR? -->

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)

# How has this been tested?
<!-- Please describe the tests that you ran to verify your changes. -->
- [x] all tests pass with my change

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality
Czaki pushed a commit that referenced this pull request Jun 21, 2023
# Fixes/Closes

<!-- In general, PRs should fix an existing issue on the repo. -->
<!-- Please link to that issue here as "Closes #(issue-number)". -->
Closes #5699
# Description
<!-- What does this pull request (PR) do? Why is it necessary? -->
<!-- Tell us about your new feature, improvement, or fix! -->
<!-- If your change includes user interface changes, please add an
image, or an animation "An image is worth a thousand words!" -->
<!-- You can use https://www.cockos.com/licecap/ or similar to create
animations -->

Seems like the [ubuntu-20.04 py3.8
min_req](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724894744#logs)
and [test
examples](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724895070#logs)
jobs are failing due to `PIP_CONSTRAINT` missing to be set to the
correct values (`constraints_py3.8_min_req.txt` and
`constraints_py3.9_examples.txt`)

# References
<!-- What resources, documentation, and guides were used in the creation
of this PR? -->

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)

# How has this been tested?
<!-- Please describe the tests that you ran to verify your changes. -->
- [x] all tests pass with my change

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality
Czaki pushed a commit that referenced this pull request Jun 21, 2023
# Fixes/Closes

<!-- In general, PRs should fix an existing issue on the repo. -->
<!-- Please link to that issue here as "Closes #(issue-number)". -->
Closes #5699
# Description
<!-- What does this pull request (PR) do? Why is it necessary? -->
<!-- Tell us about your new feature, improvement, or fix! -->
<!-- If your change includes user interface changes, please add an
image, or an animation "An image is worth a thousand words!" -->
<!-- You can use https://www.cockos.com/licecap/ or similar to create
animations -->

Seems like the [ubuntu-20.04 py3.8
min_req](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724894744#logs)
and [test
examples](https://github.com/napari/napari/actions/runs/4887837766/jobs/8724895070#logs)
jobs are failing due to `PIP_CONSTRAINT` missing to be set to the
correct values (`constraints_py3.8_min_req.txt` and
`constraints_py3.9_examples.txt`)

# References
<!-- What resources, documentation, and guides were used in the creation
of this PR? -->

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)

# How has this been tested?
<!-- Please describe the tests that you ran to verify your changes. -->
- [x] all tests pass with my change

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes, task triaged-0.4.18 To mark PR that is triaged in 0.4.18 release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[test-bot] Comprehensive tests failing
2 participants