[arch-commits] Commit in spyder/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon Apr 4 21:58:45 UTC 2022
Date: Monday, April 4, 2022 @ 21:58:45
Author: archange
Revision: 1181405
upgpkg: spyder 5.3.0-2
Modified:
spyder/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-04 20:48:20 UTC (rev 1181404)
+++ PKGBUILD 2022-04-04 21:58:45 UTC (rev 1181405)
@@ -5,7 +5,7 @@
pkgname=spyder
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Scientific Python Development Environment"
arch=(any)
url="https://www.spyder-ide.org/"
@@ -85,6 +85,8 @@
git
tk
xorg-server-xvfb
+ # Missing from jupyter-nbformat
+ python-fastjsonschema
)
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('c556deb8bed91ad6c59761e70e1e69f2402a216d8c87a57b3fc55f3624418d95114b015f5fc5baf0cb7e405955cd2ae82372105830b405ea52c50d7329ba7f42')
@@ -142,8 +144,7 @@
disabled_tests+=' and not test_connection_dialog_remembers_input_with_ssh_passphrase'
disabled_tests+=' and not test_connection_dialog_remembers_input_with_password'
disabled_tests+=' and not test_store_user_credentials'
- # Same ipykernel failures as in spyder-kernels
- xvfb-run --auto-servernum python runtests.py --color=yes -k "${disabled_tests}" || echo "Tests failed"
+ xvfb-run --auto-servernum python runtests.py --color=yes -k "${disabled_tests}"
}
package() {
More information about the arch-commits
mailing list