mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/strawberry-graphql: new package, add 0.311.0
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
diff --git a/tests/conftest.py b/tests/conftest.py
|
||||
index 954b5e32..7c30ad2f 100644
|
||||
--- a/tests/conftest.py
|
||||
+++ b/tests/conftest.py
|
||||
@@ -6,14 +6,6 @@ import pytest
|
||||
from strawberry.utils import IS_GQL_32
|
||||
|
||||
|
||||
-def pytest_emoji_xfailed(config: pytest.Config) -> tuple[str, str]:
|
||||
- return "🤷♂️ ", "XFAIL 🤷♂️ "
|
||||
-
|
||||
-
|
||||
-def pytest_emoji_skipped(config: pytest.Config) -> tuple[str, str]:
|
||||
- return "🦘 ", "SKIPPED 🦘"
|
||||
-
|
||||
-
|
||||
pytest_plugins = ("tests.plugins.strawberry_exceptions",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user