Skip to content

Commit

Permalink
Fix software tests (ngr vs. *)
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2023
1 parent 7499aa9 commit 375b987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ruff: noqa: E402
import pytest

pytest.importorskip("pathlibfs")
from pathlibfs import Path as PathPlus

from pueblo.io import to_io
Expand Down

0 comments on commit 375b987

Please sign in to comment.