Date: Tuesday, January 17, 2023 @ 19:23:47
  Author: arojas
Revision: 1386757

Reenable all tests

Modified:
  python-jupyter-events/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-17 19:22:20 UTC (rev 1386756)
+++ PKGBUILD    2023-01-17 19:23:47 UTC (rev 1386757)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(python-jsonschema python-json-logger python-traitlets python-yaml 
python-click python-rich)
 makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-console-scripts)
+checkdepends=(python-pytest-console-scripts python-rfc3986-validator 
python-rfc3339-validator)
 
source=(https://github.com/jupyter/jupyter_events/releases/download/v$pkgver/$_pipname-$pkgver.tar.gz)
 sha256sums=('9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3')
 
@@ -24,8 +24,7 @@
   python -m venv --system-site-packages test-env
   export PATH="$PWD/test-env/bin:$PATH"
   test-env/bin/python -m installer dist/*.whl
-# https://github.com/jupyter/jupyter_events/issues/50
-  test-env/bin/python -m pytest -k 'not test_emit_badschema_format and not 
test_bad_validations'
+  test-env/bin/python -m pytest -v
   rm -r test-env
 }
 

Reply via email to