Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-prawcore


Commits:
44b431dc by Carl Smedstad at 2024-12-31T10:34:52+01:00
upgpkg: 2.4.0-5: Fix typo in test deselection

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-prawcore
        pkgdesc = Low-level communication layer for PRAW 4+.
        pkgver = 2.4.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/praw-dev/prawcore
        arch = any
        license = BSD-2-Clause


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-prawcore
 pkgver=2.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Low-level communication layer for PRAW 4+."
 arch=('any')
 license=('BSD-2-Clause')
@@ -29,7 +29,7 @@ check() {
   # I think these tests calls the real Reddit API with bogus credentials and
   # they now fail because urllib3 >= 2 handles chunked responses differently.
   pytest \
-    --deselect 
ests/integration/test_sessions.py::TestSession::test_request__patch \
+    --deselect 
tests/integration/test_sessions.py::TestSession::test_request__patch \
     --deselect 
tests/integration/test_authorizer.py::TestAuthorizer::test_revoke__access_token_with_refresh_set
 \
     --deselect 
tests/integration/test_authorizer.py::TestAuthorizer::test_revoke__access_token_without_refresh_set
 \
     --deselect 
tests/integration/test_authorizer.py::TestAuthorizer::test_revoke__refresh_token_with_access_set
 \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prawcore/-/commit/44b431dc2aea86ffa0ecf874c31681c7156d5460

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prawcore/-/commit/44b431dc2aea86ffa0ecf874c31681c7156d5460
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to