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:
Paul Zander
2026-03-12 16:01:09 +01:00
parent 19d1053fc5
commit 093f90e070
4 changed files with 132 additions and 0 deletions

View File

@@ -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",)