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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6a52a8a0a..6778dd00f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,4 +28,4 @@ allowlist_externals =
./run-pylint
commands =
pylint: ./run-pylint
- test: python -bWd lib/portage/tests/runTests.py
+ test: pytest