1
0

Accepting request 949903 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 1.13.4
  * Fix nbconvert handler run_sync() #667 (@davidbrochart)
- Use pytest-timeout and flaky to rerun flaky failing tests
- Use pytest-xdist for process control so that the worker does not
  randomly hang at the end of the pytest run.

OBS-URL: https://build.opensuse.org/request/show/949903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=43
This commit is contained in:
2022-01-29 20:10:05 +00:00
committed by Git OBS Bridge
parent d74caa3518
commit 77918d5fbf
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 29 19:35:29 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.13.4
* Fix nbconvert handler run_sync() #667 (@davidbrochart)
- Use pytest-timeout and flaky to rerun flaky failing tests
- Use pytest-xdist for process control so that the worker does not
randomly hang at the end of the pytest run.
-------------------------------------------------------------------
Sat Jan 15 19:52:09 UTC 2022 - Ben Greiner <code@bnavigator.de>