annotate tests/blacklists/nix @ 51861:f81e0ce5103a default tip

typing: simplify archive.gz writing and drop a few pytype suppressions I was waiting until 3.8 to use `Literal` to fix this, but there's also the ":" and "|" characters that are passed along here, meant only for the non-gz archive types. But manipulating what the local caller passes is silly- we know we're writing, so just open it for writing. As an added bonus, PyCharm stops flagging the call too (since it doesn't know about pytype suppression comments).
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 12 Sep 2024 12:53:00 -0400
parents 0729d011c542
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50454
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
1 # Tests to be disabled when building and testing in the Nix sandbox.
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
2
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
3 # tests enforcing "/usr/bin/env" shebangs, which are patched for nix
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
4 test-run-tests.t
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
5 test-check-shbang.t
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
6
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
7 # doesn't like the extra setlocale warnings emitted by the nix bash wrappers
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
8 test-locale.t