- Add missing TEST_DEPENDS - Skip a test which depend on python_on_whales which is not (and unlikely to be) available on FreeBSD Approved by: portmgr blanket
12 lines
320 B
Python
12 lines
320 B
Python
--- tests/autobahn/test_autobahn.py.orig 2025-02-24 15:18:07 UTC
|
|
+++ tests/autobahn/test_autobahn.py
|
|
@@ -5,7 +5,7 @@ import pytest
|
|
from typing import Any, Dict, Generator, List
|
|
|
|
import pytest
|
|
-import python_on_whales
|
|
+python_on_whales = pytest.importorskip("python_on_whales")
|
|
from pytest import TempPathFactory
|
|
|
|
|