Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/streamlink/patches/pytest-lt-8.4.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/pyproject.toml b/pyproject.toml
index 74ca2694..8309e6c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -192,12 +192,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"
-addopts = """
---disable-plugin-autoload
--p trio
--p requests_mock
-"""
+minversion = "8.3.0"
testpaths = [
"build_backend",
"tests",
6 changes: 3 additions & 3 deletions srcpkgs/streamlink/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'streamlink'
pkgname=streamlink
version=7.5.0
revision=2
version=8.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit"
depends="python3-lxml python3-pycryptodome python3-pycountry
Expand All @@ -14,7 +14,7 @@ license="BSD-2-Clause"
homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
checksum=c091bc77a3cc8e129a232db3e2c8d8bae2dfef96813fcdec62ee020794068fb9
checksum=acd297219a0cbaaffe4e292290554b9c45408fa9f6e4dc1211d1ccd1f4a44039
make_check_pre="env PYTHONPATH=src"

post_install() {
Expand Down