We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test-silent
Running poetry run task test-silent gives the following issue:
poetry run task test-silent
/home/caleb/.cache/pypoetry/virtualenvs/gatorgrade-aznCmgIJ-py3.12/lib/python3.12/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown. Plugin: helpconfig, Hook: pytest_cmdline_parse UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: -n inifile: None rootdir: /home/caleb/Allegheny/CMP203/gatorgrade For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning config = pluginmanager.hook.pytest_cmdline_parse( ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: -n inifile: None rootdir: /home/caleb/Allegheny/CMP203/gatorgrade
This is down to the pytest-xdist module being removed.
pytest-xdist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
poetry run task test-silent
gives the following issue:This is down to the
pytest-xdist
module being removed.The text was updated successfully, but these errors were encountered: