[arch-commits] Commit in python-pytest/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Apr 5 18:48:42 UTC 2021


    Date: Monday, April 5, 2021 @ 18:48:42
  Author: felixonmars
Revision: 911956

upgpkg: python-pytest 6.2.3-1

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 18:48:23 UTC (rev 911955)
+++ PKGBUILD	2021-04-05 18:48:42 UTC (rev 911956)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
 
 pkgname=python-pytest
-pkgver=6.2.2
+pkgver=6.2.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
               'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect'
               'python-pygments' 'python-twisted' 'python-pytest-xdist')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('c7b6dfee858984ca842147face869c7a47edd41aa95054de0edaaae7990ce9f8a1a3f4caa9a1b298cd6aebf6961e4a93b6662991866f0970e7a37fb79756f298')
+sha512sums=('af606d5465809fd3cfba8fd44b51af1a7571277696795818aaedaddec211d5d61ffbead01032bfe75fa0e08c581461db23dc6aa95f28fad7df634e5d12b6b14f')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -34,10 +34,7 @@
   cd pytest-$pkgver
   python setup.py egg_info
   # pdb tests: https://github.com/pytest-dev/pytest/issues/8161
-  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py --deselect testing/test_debugging.py::TestPDB::test_pdb_interaction_doctest \
-                                                            --deselect testing/test_debugging.py::TestPDB::test_pdb_with_injected_do_debug \
-                                                            --deselect testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug \
-                                                            --deselect testing/test_debugging.py::test_pdb_suspends_fixture_capturing
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py
 }
 
 package() {



More information about the arch-commits mailing list