python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / attrs / patches / 01-enable-tests.patch
blob4bc83fa57ba4b804418b73f01a6467deda7e970a
1 --- attrs-24.2.0/tox.ini.orig
2 +++ attrs-24.2.0/tox.ini
3 @@ -19,10 +19,10 @@
4 package = wheel
5 wheel_build_env = .pkg
6 extras =
7 - tests: tests
8 + tests
9 mypy: tests-mypy
10 commands =
11 - tests: pytest {posargs:-n auto}
12 + pytest {posargs:-n auto}
13 mypy: mypy tests/typing_example.py
14 mypy: mypy src/attrs/__init__.pyi src/attr/__init__.pyi src/attr/_typing_compat.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi