Skip to content

Commit cfbbe81

Browse files
authored
Merge pull request #125 from scipp/fix-scippnexus-warning
Fix nightly builds
2 parents 31a8545 + fb67f92 commit cfbbe81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/amor/pipeline_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
)
2929
from ess.reflectometry.workflow import with_filenames
3030

31+
# The files used in the AMOR reduction workflow have some scippnexus warnings
32+
pytestmark = pytest.mark.filterwarnings(
33+
"ignore:.*Invalid transformation, .*missing attribute 'vector':UserWarning",
34+
)
35+
3136

3237
@pytest.fixture
3338
def amor_pipeline() -> sciline.Pipeline:

0 commit comments

Comments
 (0)