We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d03c12 + 20019fd commit fcdb988Copy full SHA for fcdb988
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: ec09f73
+_commit: 8cfdb1b
3
_src_path: gh:scipp/copier_template
4
description: Diffraction data reduction for the European Spallation Source
5
max_python: '3.11'
conda/meta.yaml
@@ -23,14 +23,15 @@ requirements:
23
24
test:
25
imports:
26
- - essdiffraction
+ - ess.diffraction
27
requires:
28
- pytest
29
source_files:
30
- pyproject.toml
31
- tests/
32
commands:
33
- - python -m pytest tests
+ # We ignore warnings during release package builds
34
+ - python -m pytest -Wignore tests
35
36
build:
37
noarch: python
0 commit comments