Accepting request 1187178 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 0.12.43 * fix: domain should not be reset when min/max are set #1638 OBS-URL: https://build.opensuse.org/request/show/1187178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=39
This commit is contained in:
@@ -18,9 +18,8 @@
|
||||
|
||||
# https://github.com/bqplot/bqplot/issues/1639
|
||||
%define skip_python312 1
|
||||
%define skip_python39 1
|
||||
%define pyver 0.12.42
|
||||
%define jupver 0.5.43
|
||||
%define pyver 0.12.43
|
||||
%define jupver 0.5.44
|
||||
Name: python-bqplot
|
||||
Version: %{pyver}
|
||||
Release: 0
|
||||
@@ -108,7 +107,9 @@ rm bqplot/install.py
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c "import bqplot"
|
||||
%pytest tests/
|
||||
# dtype no longer unsupported
|
||||
donttest="test_dtype_with_str"
|
||||
%pytest tests/ -k "not ($donttest)"
|
||||
%pytest --nbval ui-tests/tests/notebooks
|
||||
|
||||
%files %{python_files}
|
||||
|
||||
Reference in New Issue
Block a user