python - How can I reverse py.test addopts? -


My py.test command is associated with an additional option. Every time I run the py.test option automatically attached .

  py.test - cov = ner_brands - cov-report = term-missing --cov-config  

How can I remove these attached options ?

My guess is that something specified in your conftest.py See.


Comments