rapid-bird-79300
04/12/2021, 6:44 PMpytest-cov when running the test goal? Not really sure why the requirement is being installed by default.hundreds-father-404
04/12/2021, 6:45 PM[pytest].pytest_plugins = [] in pants.toml. Warning that trying to use coverage will error if you do thatrapid-bird-79300
04/12/2021, 6:46 PM[pytest]
version = "pytest==3.1.1"
pytest_plugins.add = [
"pytest-django==2.9.1",
"pytest-faulthandler==1.3.1"
]hundreds-father-404
04/12/2021, 6:47 PM.add part and it will override the default, rather than adding to itrapid-bird-79300
04/12/2021, 6:47 PMrapid-bird-79300
04/12/2021, 6:48 PM