-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Use pytest markers for intensive tests #12764
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
Conversation
This comment has been minimized.
This comment has been minimized.
astropy/pytest-astropy#48 is merged but I am not sure if you need a |
Yes we need a pytest-astropy release. It's already working with the dev version in this PR (I modified the 3.10 build to run only the slow tests, I should update that before merging). |
f2dfd36
to
0b4d908
Compare
@saimn, what's the status of this PR, given the imminent feature freeze? |
The PR is ready. I marked the tests taking more than ~5 sec as slow, so those are now run only in 2 builds. |
@saimn , can you please rebase to pick up CI fixes and then I will slap the Extra CI label on this, just to be sure? Thanks! |
@saimn , do you know why this broke pyinstaller? |
Maybe you have to declare it here? astropy/.pyinstaller/run_astropy_tests.py Line 109 in 11f0dac
|
Let's see if that works (thanks for finding it !). |
This comment was marked as resolved.
This comment was marked as resolved.
@pllim - Squashed some of the commits. |
@saimn , not sure how much you care about git credit but the last 3 commits not registered officially to your GitHub account. Do you want to fix that before merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just have one last question about git commit credit (see above), but otherwise this is good to go. Thanks!
@pllim - No it's fine, I guess I just need to add this email to my Github account (but thanks for noticing :)). |
DO NOT MERGE until tmp commit is removed.Closes #12350. Depends on:
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.
Extra CI
label.no-changelog-entry-needed
label. If this is a manual backport, use theskip-changelog-checks
label unless special changelog handling is necessary.astropy-bot
check might be missing; do not let the green checkmark fool you.backport-X.Y.x
label(s) before merge.