aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-07-21 21:36:31 +0100
committerSam James <sam@gentoo.org>2023-08-02 07:31:20 +0100
commitf3b90592994c418286b10d883b4aee9a104f5e75 (patch)
tree773d70d2932a1db333e8dbc32b592deca23c1dc0 /.builds
parentPatch Meson in GitHub CI to fix pypy-3.9 detection (diff)
downloadportage-f3b90592994c418286b10d883b4aee9a104f5e75.tar.gz
portage-f3b90592994c418286b10d883b4aee9a104f5e75.tar.bz2
portage-f3b90592994c418286b10d883b4aee9a104f5e75.zip
Drop custom test runner bits in favour of pytest
Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.builds')
-rw-r--r--.builds/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/lint.yml b/.builds/lint.yml
index 847552aac..e7aad2114 100644
--- a/.builds/lint.yml
+++ b/.builds/lint.yml
@@ -25,7 +25,7 @@ tasks:
- black: |
source .venv/bin/activate
cd portage
- STRAGGLERS="$(find bin runtests -type f -not -name '*.py' -not -name '*.sh' | \
+ STRAGGLERS="$(find bin -type f -not -name '*.py' -not -name '*.sh' | \
xargs grep -l '#!/usr/bin/env python' | \
tr '\n' ' ')"
time black --check --diff --color . $STRAGGLERS