streamlink: update to 8.1.0#58200
Conversation
3f32225 to
bbabb33
Compare
|
I've force-pushed with a patch that downgrades the |
|
Please drop the extra body text of your commit message, leaving only the first line. Also, it would be better if your patch just drops minimum version restrictions on pytest, because the environment will get whatever we provide. |
|
No, the entire The Example if you just modify the diff --git a/pyproject.toml b/pyproject.toml
index 93c747e5..4fdedc6d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -190,7 +190,7 @@ method = { module = "build_backend.onbuild", value = "onbuild" }
# https://docs.pytest.org/en/latest/reference/customize.html#configuration
# https://docs.pytest.org/en/latest/reference/reference.html#ini-options-ref
[tool.pytest.ini_options]
-minversion = "8.4.0"
+minversion = "8.3.0"
addopts = """
--disable-plugin-autoload
-p trio |
bbabb33 to
8ad0c63
Compare
|
I haven't been clear. I understand that the addopts field must be patched out. In addition, it would be better to remove the minimum version altogether, rather than changing it to specify an arbitrary version not greater than what we ship. |
8ad0c63 to
b405986
Compare
Testing the changes
Local build testing
Changelogs of unpackaged releases: