Skip to main content

ts: remove more hard-coding

ID
1b09cb9
date
2026-04-20 05:26:14+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
6ecb6d7
message
ts: remove more hard-coding
changed files
1 file, 4 deletions

Changed files

ts (1907) → ts (1741)

diff --git a/ts b/ts
index 56c4ef2..11a60ff 100755
--- a/ts
+++ b/ts
@@ -48,10 +48,6 @@ function run_python_tests() {
     echo ""
 
     # Run the tests.
-    #
-    # I have a couple of repos which are a bit special and need a
-    # different command because I use pytest-xdist, but not all
-    # my repos work that way.
     print_info "-> coverage run -m pytest tests"
     coverage run -m pytest tests --quiet