aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-02-13 11:21:48 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-02-13 11:21:48 +0100
commitd5c6cab2124bfabc7155241a4f52b6753f4de30a (patch)
tree974c2511c5e2a23871a71f7f17c4a44051748f37 /dev-python
parentdev-python/spotipy: Version bump 2.8.0 (diff)
downloadguru-d5c6cab2124bfabc7155241a4f52b6753f4de30a.tar.gz
guru-d5c6cab2124bfabc7155241a4f52b6753f4de30a.tar.bz2
guru-d5c6cab2124bfabc7155241a4f52b6753f4de30a.zip
dev-python/spotipy: Remove now unused PATCHES variable
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/spotipy/spotipy-2.8.0.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/spotipy/spotipy-2.8.0.ebuild b/dev-python/spotipy/spotipy-2.8.0.ebuild
index 896765b4d..1b775cef2 100644
--- a/dev-python/spotipy/spotipy-2.8.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.8.0.ebuild
@@ -28,8 +28,6 @@ DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs
distutils_enable_tests pytest
-#PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
-
python_prepare_all() {
# this test requires user credentials
rm tests/integration/test_user_endpoints.py || die