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

pytest occasionally reports an issue but does not fail #1157

Open
jeremiah-c-leary opened this issue Mar 28, 2024 · 0 comments
Open

pytest occasionally reports an issue but does not fail #1157

jeremiah-c-leary opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels

Comments

@jeremiah-c-leary
Copy link
Owner

When running the following command on master: tox -e test-py38, pytest will randomly report the following problem:

/home/jcleary/projects/vsg-master/.tox/test-py38/lib/python3.8/site-packages/_pytest/terminal.py:876: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown.
Plugin: 140097136051872, Hook: pytest_terminal_summary
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
  self.config.hook.pytest_terminal_summary(

The tests still runs and passes. At the moment it is a minor annoyance, but it should be resolved.

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

No branches or pull requests

1 participant