Skip to content

Commit 52d18b5

Browse files
committed
fix: add importorskip for permission tests
1 parent 236bb14 commit 52d18b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lib/permissions/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
"""Tests for the modular permissions system."""
2+
3+
import pytest
4+
5+
pytest.importorskip("fastapi")

0 commit comments

Comments
 (0)