#1070485 spyder: fails with pytest 8 due to dependency on pytest-lazy-fixture

Package:
spyder
Source:
spyder
Submitter:
Julian Gilbey
Date:
2024-05-06 09:39:04 UTC
Severity:
normal
Tags:
#1070485#5
Date:
2024-05-06 09:34:04 UTC
From:
To:
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063957 and
https://github.com/spyder-ide/spyder/issues/21935
This affects just one test file:
spyder/plugins/completion/providers/languageserver/tests/test_client.py
Unfortunately, simply replacing pytest-lazy-fixture with
pytest-lazy-fixtures does not work; see
https://github.com/dev-petrov/pytest-lazy-fixtures/issues/17

For the time being, I'm disabling this test but recording this as a
bug in the BTS to keep track of this.