-
Notifications
You must be signed in to change notification settings - Fork 74
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
DO NOT MERGE: Debug pytest 8 compatibility (rc_testing) #2654
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2654 +/- ##
==========================================
- Coverage 91.53% 91.52% -0.01%
==========================================
Files 161 161
Lines 20062 19995 -67
==========================================
- Hits 18363 18301 -62
+ Misses 1699 1694 -5 ☔ View full report in Codecov by Sentry. |
ff04f76
to
4f8bdd2
Compare
Disable --pre Force pytest to install from debug branch Stick to 8.0, not 8.1
b0d31ca
to
8b6d6d3
Compare
Naively, it looks like your root |
@lesteve , I added a https://github.com/spacetelescope/jdaviz/actions/runs/7466468232/job/20317888491?pr=2654 |
Sorry you should add This in principle gives you information about which conftest.py are loaded, so grep |
Hmm it says
Is it not supposed to be this file? https://github.com/spacetelescope/jdaviz/blob/main/jdaviz/conftest.py |
Huh, @lesteve , the error goes away when I upgrade from Python 3.10 to Python 3.11 for the Windows job. Does this make sense to you? |
Anyways, I switch to Python 3.11 on main. Moving on. Thanks for your help! |
It does not, but yeah Scipy reported that the issue for them only happens with Python 3.9 and Python 3.10 indeed. |
Just to make sure the Pytest PR pytest-dev/pytest#11708 does not break something unexpectedly, would you mind trying with Python 3.11 and your debug branch? |
I think I did in the last run of this PR. See https://github.com/spacetelescope/jdaviz/actions/runs/7467463759/job/20321031619?pr=2654 |
OK great, I missed that indeed. This is good to know that the Pytest PR did not break something unexpectedly. |
Description
This pull request is to address pytest-dev/pytest#9765 (comment)
Fixes #2643
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.