[tahoe-lafs-trac-stream] [Tahoe-LAFS] #4189: Integration tests are failing
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Dec 9 17:28:54 UTC 2025
#4189: Integration tests are failing
---------------------+---------------------------
Reporter: sajith | Owner: sajith
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: n/a
Keywords: | Launchpad Bug:
---------------------+---------------------------
All integration tests are failing for the same reason, it seems. See
https://github.com/tahoe-lafs/tahoe-lafs/actions/runs/19959845121/ for
example.
This is the error:
{{{
integration: commands[0]> py.test --timeout=1800 --coverage -s -v
integration
ImportError while loading conftest '/home/runner/work/tahoe-lafs/tahoe-
lafs/integration/conftest.py'.
integration/conftest.py:308: in <module>
@pytest.fixture(scope='session')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.tox/integration/lib/python3.11/site-
packages/_hypothesis_pytestplugin.py:453: in _ban_given_call
return _orig_call(self, function)
^^^^^^^^^^^^^^^^^^^^^^^^^^
E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no
effect
E See docs:
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a
-fixture-function
}}}
The actual error seems to be the two `@pytest.mark.skipif` marks on test
fixtures though, which pytest has deprecated, per
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a
-fixture-function.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/4189>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list