dev-python/qtpy: remove heavily outdated sed

```
 * SED: the following did not cause any changes
 *     sed -i -e 's:--cov=qtpy --cov-report=term-missing::' pytest.ini || die;
 * no-op: -e s:--cov=qtpy --cov-report=term-missing::
```

In commit d27e3d368d, this package added
`-o addopts=` to the pytest invocation, wiping out the effects of this
line that was being sedded. Subsequently, the fact that the sed failed
to apply due to incidental refactoring, went unnoticed. The problematic
`--cov*` arguments are still there, and could be deleted, but is now
redundant.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-08-25 18:40:11 -04:00
parent fcdc4bb6c0
commit b47a655260

View File

@@ -103,7 +103,6 @@ distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
sed -i -e 's:--cov=qtpy --cov-report=term-missing::' pytest.ini || die
# Disable Qt for Python implementations that are not selected
# Always disable PyQt5