Source: python-gql
Version: 3.5.0-2
Severity: important

Hello Edward,

the autopkgtest of python3-gql is failing since python3-graphql 3.2.4-1
was uploaded.
This is blocking now the transition of the newer python-graphql version.

I've tried to use a decorator @pytest.mark.xfail ob the function
test_get_introspection_query_ast() in the file
tests/starwars/test_dsl.py.


---
 tests/starwars/test_dsl.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/starwars/test_dsl.py b/tests/starwars/test_dsl.py
index 2aadf92..9dfce83 100644
--- a/tests/starwars/test_dsl.py
+++ b/tests/starwars/test_dsl.py
@@ -976,6 +976,7 @@ def test_invalid_meta_field_selection(ds):
         ds.Query.hero.select(DSLMetaField("__type"))


+@pytest.mark.xfail(reason="Known to fail at the moment.")
 @pytest.mark.parametrize("option", [True, False])
 def test_get_introspection_query_ast(option):

The previous error is then not vissible anymore but obviously this
isn't enough as some other fallout is coming up.

It's mostly some issue due the tests want to phone home but fail of
course.
I'm unable to dig more into this atm.

But would be nice if you can have a look.

I've tried to use the most recent upstream version to see if this is
fixed but this isn't the case, si I think this is also mostly an
upstream issue.

Regards
Carsten

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.11.4-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to