forked from Lainports/freebsd-ports
- Update to 4.11.1 [1][2] - Add GRAPHQL option. - Make GRAPHQL as broken because gql is missing from ports. Adding devel/gql soon. - Disable graphql unit tests. [1] https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.0 [2] https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.1 PR: 281523
11 lines
257 B
Python
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
|