Accepting request 724843 from home:TheBlackCat:branches:devel:languages:python:jupyter

Tests require jsonschema 3.

OBS-URL: https://build.opensuse.org/request/show/724843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbdime?expand=0&rev=11
This commit is contained in:
Todd R 2019-08-20 14:45:28 +00:00 committed by Git OBS Bridge
parent 4fb3f7b5ea
commit e7b1ba8cf6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 20 14:38:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Tests require jsonschema 3.
-------------------------------------------------------------------
Sun Aug 11 03:39:51 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -44,6 +44,7 @@ BuildRequires: zip
BuildRequires: python-backports.functools_lru_cache
BuildRequires: python-backports.shutil_which
# SECTION test requirements
BuildRequires: %{python_module jsonschema > 3}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
# /SECTION