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

test-silent Poetry task using removed module #164

Open
CalebKendra opened this issue Dec 5, 2024 · 0 comments
Open

test-silent Poetry task using removed module #164

CalebKendra opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CalebKendra
Copy link
Collaborator

Running poetry run task test-silent gives the following issue:

/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.

@CalebKendra CalebKendra added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant