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 /.github
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 '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f2af40957..69b9578d4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
id: stragglers
run: |
echo "::set-output name=missed::$(
- find bin runtests -type f -not -name '*.py' -not -name '*.sh' | \
+ find bin -type f -not -name '*.py' -not -name '*.sh' | \
xargs grep -l '#!/usr/bin/env python' | tr $'\n' ' ')"
- uses: psf/black@stable
with: