opnsense-ports/devel/py-python-gitlab/files/patch-tests_unit_test__graphql.py
Franco Fichtner dc8ceb4a03 */*: sync with upstream
Taken from: FreeBSD
2024-09-20 09:22:36 +02:00

11 lines
257 B
Python

--- tests/unit/test_graphql.py.orig 2024-09-15 19:09:56 UTC
+++ tests/unit/test_graphql.py
@@ -1,5 +1,7 @@
-import httpx
import pytest
+
+pytest.skip(reason="gql is missing from ports", allow_module_level=True)
+import httpx
import respx
import gitlab