CI: Remove mentions of travis CI, we have migrated away years ago (#4562)

This commit is contained in:
Raphael Michel
2024-10-25 17:47:04 +02:00
committed by GitHub
parent 482a66c546
commit 54f077665c
7 changed files with 7 additions and 7 deletions

View File

@@ -37,8 +37,8 @@ CRASHED_ITEMS = set()
@pytest.hookimpl(trylast=True)
def pytest_configure(config):
"""
Somehow, somewhere, our test suite causes a segfault in SQLite, but only when run
on Travis CI in full. Therefore, we monkeypatch pytest-xdist to retry segfaulted
Somehow, somewhere, our test suite causes a segfault in SQLite in the past, but only when run
on CI in full. Therefore, we monkeypatch pytest-xdist to retry segfaulted
tests and keep fingers crossed that this doesn't turn into an infinite loop.
"""