Skip to content

Commit fcdb988

Browse files
authored
Merge pull request #14 from scipp/copier-update
Copier update
2 parents 3d03c12 + 20019fd commit fcdb988

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: ec09f73
2+
_commit: 8cfdb1b
33
_src_path: gh:scipp/copier_template
44
description: Diffraction data reduction for the European Spallation Source
55
max_python: '3.11'

conda/meta.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ requirements:
2323

2424
test:
2525
imports:
26-
- essdiffraction
26+
- ess.diffraction
2727
requires:
2828
- pytest
2929
source_files:
3030
- pyproject.toml
3131
- tests/
3232
commands:
33-
- python -m pytest tests
33+
# We ignore warnings during release package builds
34+
- python -m pytest -Wignore tests
3435

3536
build:
3637
noarch: python

0 commit comments

Comments
 (0)