Skip to content
Unstable

#3199 (Jul 29, 2026, 10:32:00 AM)

Started 2 hr 19 min ago
Took 38 min on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 1 ms waiting;
  • 38 min build duration;
  • 38 min total from scheduled to completion.
Revision: c7863f1a5a3efa420abb46faf73b25da991abf8d
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (5 failures / ±0)Show all failed tests >>>
ruff: ignore new failing default rules

With the new ruff 0.16 version, a lot of new default rules have been
added. Ignore the ones that are failing for now to make the linter pass
again.

Related: https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set
Change-Id: If95dc72c1826b4b96961453b2c2ed1d2c81ba149
Oliver Smith at
testenv: fix B006

Fix "B006 Do not use mutable data structures for argument defaults". I
ran into bugs caused by this a couple of times actually, it is good to
check for that.

Related: https://docs.astral.sh/ruff/rules/mutable-argument-default/
Change-Id: Id860c1cba20c0218aa1d1bb17378a0f5a521cfe0
Oliver Smith at