--- mdurl-0.1.2/pyproject.toml.orig	2023-04-22 23:26:33.176961810 +0200
+++ mdurl-0.1.2/pyproject.toml	2023-04-22 23:26:45.418967060 +0200
@@ -62,7 +62,7 @@
 description = run tests
 deps = -r tests/requirements.txt
 commands =
-    pytest {posargs}
+    python -m pytest {posargs}
 '''