summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-07-21 19:23:43 +0200
committerWolfgang Walther <walther@technowledgy.de>2025-07-21 19:23:43 +0200
commit3ea96163ccdc1a954000fd5cd35241cf4c1883e0 (patch)
tree5a552244066bc013ef4c0f59740aef54f9d00ba2 /pkgs/development/python-modules/rangehttpserver
parent5ecd39518ba882ec326d4057f4ddd139b67cf6c9 (diff)
tests-stdenv-gcc-stageCompare: delay asserts
The removed assert is covered by `meta.platforms = linux`, which will throw an "unsupported system" error on darwin. Since the platforms are restricted to linux anyway, it doesn't make sense to have this set to `all` in `release-small.nix` - `linux` should suffice. Right? The other assert is delayed until after the evaluation of `meta`. This allows the "unsupported system" error on darwin to be thrown at all, without triggering the assert before. This helps CI, which can't catch asserts properly, but can do so with `meta.platforms` based errors.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions