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 for ddtrace #11849

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Pin pytest for ddtrace #11849

merged 3 commits into from
Feb 5, 2024

Conversation

urimandujano
Copy link
Contributor

Example

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • This pull request includes tests or only affects documentation.
  • This pull request includes a label categorizing the change e.g. maintenance, fix, feature, enhancement, docs.

For documentation changes:

  • This pull request includes redirect settings in netlify.toml for files that are removed or renamed.

For new functions or classes in the Python SDK:

  • This pull request includes helpful docstrings.
  • If a new Python file was added, this pull request contains a stub page in the Python SDK docs and an entry in mkdocs.yml navigation.

@urimandujano urimandujano requested a review from a team as a code owner February 5, 2024 16:06
Copy link

netlify bot commented Feb 5, 2024

Deploy Preview for prefect-docs-preview ready!

Name Link
🔨 Latest commit b72d918
🔍 Latest deploy log https://app.netlify.com/sites/prefect-docs-preview/deploys/65c10b7268b91000080a7246
😎 Deploy Preview https://deploy-preview-11849--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.

@bunchesofdonald
Copy link
Contributor

The warning handling change a bit in pytest 8, we should probably just revert my bump PR: #11821

@urimandujano
Copy link
Contributor Author

I just pushed a commit to revert the pytest=8 PR, I'll keep an eye on test results now.

@@ -72,6 +72,7 @@ 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
Collaborator

Choose a reason for hiding this comment

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

I've already addressed this one by moving it up to a pytestmark, let's just drop this line here:

Suggested change
@pytest.mark.timeout(120)

@chrisguidry chrisguidry merged commit 0d20669 into main Feb 5, 2024
56 of 60 checks passed
@chrisguidry chrisguidry deleted the fix/pin-pytest-for-ddtrace branch February 5, 2024 16:45
@serinamarie serinamarie added the development Tech debt, refactors, CI, tests, and other related work. label Feb 5, 2024
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.

5 participants