re-enable smalltalk/cog-spur
[oi-userland.git] / components / python / typeguard / patches / 01-pytest-indirectly.patch
blob44f7402b1dbabd4a61ff413faca3ca124bf64f65
1 --- typeguard-4.4.1/pyproject.toml.orig
2 +++ typeguard-4.4.1/pyproject.toml
3 @@ -103,7 +103,7 @@
4 skip_missing_interpreters = true
6 [tool.tox.env_run_base]
7 -commands = [["coverage", "run", "-m", "pytest", { replace = "posargs", extend = true }]]
8 +commands = [["python", "-m", "coverage", "run", "-m", "pytest", { replace = "posargs", extend = true }]]
9 package = "editable"
10 extras = ["test"]