1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
channels:
- conda-forge
platforms:
- noarch
- linux-64
policy:
# all packages in months
packages:
python: 30
numpy: 18
default: 12
# overrides for the policy
overrides: {}
# these packages are completely ignored
exclude:
- coveralls
- pip
- pytest
- pytest-asyncio
- pytest-cov
- pytest-env
- pytest-mypy-plugins
- pytest-timeout
- pytest-xdist
- pytest-hypothesis
- hypothesis
# these packages don't fail the CI, but will be printed in the report
ignored_violations: []
|