--- attrs-25.3.0/tox.ini.orig
+++ attrs-25.3.0/tox.ini
@@ -19,10 +19,10 @@
 package = wheel
 wheel_build_env = .pkg
 extras =
-    tests: tests
+    tests
     mypy: tests-mypy
 commands =
-    tests: pytest {posargs:-n auto}
+    pytest {posargs:-n auto}
     mypy: mypy tests/typing_example.py
     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