component(developer/golang-123): Add Component
[oi-userland.git] / components / python / argon2_cffi / patches / 01-enable-tests.patch
blob6410cd9a232caf7289815308ba55d1ddf5401cbe
1 --- argon2_cffi-23.1.0/tox.ini.orig
2 +++ argon2_cffi-23.1.0/tox.ini
3 @@ -16,14 +16,14 @@
4 package = wheel
5 wheel_build_env = .pkg
6 extras =
7 - tests: tests
8 + tests
9 mypy: typing
10 pass_env =
11 FORCE_COLOR
12 NO_COLOR
13 commands =
14 - tests: pytest {posargs}
15 - tests: python -Im argon2 -n 1 -t 1 -m 8 -p 1
16 + pytest {posargs}
17 + python -Im argon2 -n 1 -t 1 -m 8 -p 1
18 mypy: mypy tests/typing