freebsd-ports/devel/py-python-gitlab/files/patch-tests_unit_test__graphql.py
Derek Schrock f941e91c48 devel/py-python-gitlab: Update 4.10.0 → 4.11.1
- 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
2024-09-16 05:05:52 +03: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