mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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
11 lines
320 B
Python
11 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
|
|
|
|
|