Files
nixpkgs/pkgs/development/python-modules/labgrid
Peder Bergebakken Sundt c5165cc427 python311Packages.labgrid: disable flaky test
fixes:

```
_________________________________ test_timing __________________________________

    def test_timing():
        step = step_sleep()
>       assert step.duration == pytest.approx(0.25, abs=1e-2)
E       assert 0.2613552769180387 == 0.25 ± 1.0e-02
E
E         comparison failed
E         Obtained: 0.2613552769180387
E         Expected: 0.25 ± 1.0e-02

tests/test_step.py:36: AssertionError
```
2024-07-25 23:14:44 +02:00
..