Skip to content

Commit

Permalink
Revert to use importskip
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Jan 26, 2024
1 parent 1203ab5 commit 14d9df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/load_files_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
from typing import Any, Dict, Optional, Union

import externalfile
import pytest
import scipp as sc

import scippnexus as snx

externalfile = pytest.importorskip('externalfile')

all_files = [
'2023/DREAM_baseline_all_dets.nxs',
'2023/BIFROST_873855_00000015.hdf',
Expand Down

0 comments on commit 14d9df6

Please sign in to comment.