File: policy.yaml

package info (click to toggle)
python-xarray 2026.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,676 kB
  • sloc: python: 120,278; makefile: 269
file content (31 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
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
29
30
31
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
    - pytz
    - pytest-reportlog
  # these packages don't fail the CI, but will be printed in the report
  ignored_violations:
    - array-api-strict