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

Bump pytest to 8.0 #11821

Merged
merged 5 commits into from
Feb 3, 2024
Merged

Bump pytest to 8.0 #11821

merged 5 commits into from
Feb 3, 2024

Conversation

bunchesofdonald
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Feb 2, 2024

Deploy Preview for prefect-docs-preview ready!

Name Link
🔨 Latest commit 9dd4e52
🔍 Latest deploy log https://app.netlify.com/sites/prefect-docs-preview/deploys/65bd61e2c2bd3f00088d246f
😎 Deploy Preview https://deploy-preview-11821--prefect-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -72,7 +72,6 @@ def cleanup_all_new_docker_objects(docker: DockerClient, worker_id: str):
logger.warning("Failed to clean up Docker objects")


@pytest.mark.timeout(120)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the only specific pytest failure I could find. The documentation says that marks never had any effect on fixtures (https://docs.pytest.org/en/latest/deprecations.html#applying-a-mark-to-a-fixture-function). Running the full suite locally I saw tests using this timing out, but unsure if that's because of this missing mark (which shouldn't have been doing anything) or just general slowness.

@serinamarie serinamarie added the development Tech debt, refactors, CI, tests, and other related work. label Feb 2, 2024
@bunchesofdonald bunchesofdonald marked this pull request as ready for review February 2, 2024 22:08
@bunchesofdonald bunchesofdonald requested a review from a team as a code owner February 2, 2024 22:08
Copy link
Contributor

@urimandujano urimandujano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@bunchesofdonald bunchesofdonald merged commit c1a3416 into main Feb 3, 2024
61 checks passed
@bunchesofdonald bunchesofdonald deleted the issue-11750-bump-pytest branch February 3, 2024 01:31
@bunchesofdonald bunchesofdonald mentioned this pull request Feb 5, 2024
6 tasks
urimandujano added a commit that referenced this pull request Feb 5, 2024
@serinamarie serinamarie mentioned this pull request Feb 5, 2024
1 task
@hainenber hainenber mentioned this pull request Apr 9, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants