from pants.ini (pytest is set to this version to s...
# general
f
from pants.ini (pytest is set to this version to support some code in python 2.7)
Copy code
[pytest]
version: pytest>=4.6.6,<4.7
pytest_plugins: +["setuptools<45; python_version < '3'","configparser==4.0.2; python_version < '3'","zipp<2; python_version < '3'","importlib-metadata<1.6; python_version < '3'"]

[test.pytest]
coverage=auto
coverage_output_dir=dist/coverage