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! 😉
请先登录再写评论。