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

Remove debug output accidentally left in #871

Merged
merged 3 commits into from
Aug 24, 2023

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Aug 23, 2023

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing
  • For documentation changes: The Read the Docs preview builds and looks as expected

@mrbean-bremen mrbean-bremen merged commit 979a878 into pytest-dev:main Aug 24, 2023
@mrbean-bremen mrbean-bremen deleted the remove-print branch August 24, 2023 18:02
@@ -15,5 +15,5 @@ scandir>=1.8
# we use the latest version to see any problems with new versions
pandas==1.3.5; python_version == '3.7' # pyup: ignore
Copy link

Choose a reason for hiding this comment

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

I think this line should be removed (and the next one updated).

Copy link
Member Author

@mrbean-bremen mrbean-bremen Aug 24, 2023

Choose a reason for hiding this comment

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

I left it in as we still test PyPy 3.7 (which is not end of life yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Four tests fails without HOME print("Clearing the cache") during tests
2 participants