As discussed in conda/ceps#57 (comment), conda/ceps#84, it would be nice if rattler-build supported a strict mode for package contents tests.
Under the strict mode, any non-matched files or any missing files would trigger an error.
The strict mode could look like:
package_contents:
strict: true / false (default to false)
files:
- include/xtensor/*
With this example, any extra files would error.
As discussed in conda/ceps#57 (comment), conda/ceps#84, it would be nice if rattler-build supported a
strictmode for package contents tests.Under the strict mode, any non-matched files or any missing files would trigger an error.
The strict mode could look like:
With this example, any extra files would error.