Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
1
2
3
4
5
6
7
8
9
10
11
--- typeguard-4.2.1/pyproject.toml.orig
+++ typeguard-4.2.1/pyproject.toml
@@ -104,7 +104,7 @@
 
 [testenv]
 extras = test
-commands = coverage run -m pytest {posargs}
+commands = python -m coverage run -m pytest {posargs}
 package = editable
 
 [testenv:docs]