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

@@ -29,7 +29,7 @@ def test_crash():
"""
This is a test that crashes with SIGKILL every (n+1)-th time it runs (n = 0, 1, 2, …).
This is useful for debugging our pytest-xdist monkeypatch that we apply in conftest.py
to deal with random test crashes on Travis CI using SQLite. Usually, this test is
to deal with random test crashes on CI using SQLite. Usually, this test is
skipped to avoid causing additional crashes in real runs.
"""
if os.path.exists('crashed.tmp'):