Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_datastore_linesstats.py: Move importorskip earlier
The pytest.importorskip must be before local imports, that might to try to import module like 'panel' that is not available (e.g. in GitHub Action environment). While at it, import 'panel' as 'pn' (with .importorskip), like in other places.
- Loading branch information