Pycharm runs pytest with a -q argument and I can't find a way to remove it

Hi,

Every time I run pytest from pycharm (click on Run ‘pytest in tests’ or Run ‘pytest in test_mytest.py’), arguments are passed to pytest without me specifying them:

Launching pytest with arguments …\test_mytest.py --no-header --no-summary -q in …\tests

None of my Run/Debug Configurations have any argument in the Additional arguments field. Neither do my pytest configuration template.

I checked the pyproject.toml file, there is no argument specification in the [tool.pytest.ini_options] section.

I ran out of ideas. If anyone thinks of anything, it would be great! 😉

 

0
1 comment
Hi,
Please try upgrading IDE to the latest version, disabling all non-bundled plugins (**Settings | Plugins**, click the cog icon -> Disable All Downloaded Plugins) and check if the problem persists.
If the problem remains unresolved, we would like to investigate it properly. Please create an issue on YouTrack (https://youtrack.jetbrains.com/newIssue) regarding this problem. Attach relevant logs (Help | Collect Logs and Diagnostic Data), screenshots, precise steps for reproducing the issue and a runnable code/project sample if needed.
For urgent inquiries, please use Help | Contact Support in the IDE.
0

Please sign in to leave a comment.