summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a143906b52be..dce4e4af347e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = streamlink-git
arch = any
license = BSD
checkdepends = python-mock
- checkdepends = python-pytest-cov
+ checkdepends = python-pytest
makedepends = git
makedepends = python-sphinx
depends = python-pycryptodome
diff --git a/PKGBUILD b/PKGBUILD
index a16078298689..3ae559ec7f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://streamlink.github.io/'
license=('BSD')
depends=('python-pycryptodome' 'python-requests' 'python-setuptools' 'rtmpdump')
-checkdepends=('python-mock' 'python-pytest-cov')
+checkdepends=('python-mock' 'python-pytest')
makedepends=('git' 'python-sphinx')
optdepends=('python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
provides=('streamlink')