3 Star 0 Fork 4

src-openEuler/python-nbval

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nbval.spec 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
在下邵宁 提交于 2024-10-24 16:11 +08:00 . Update package to version 0.11.0
Name: nbval
Version: 0.11.0
Release: 1
Summary: A py.test plugin to validate Jupyter notebooks
License: BSD
URL: https://pypi.org/project/nbval/
Source0: %{url}/archive/%{version}/nbval-%{version}.tar.gz
BuildArch: noarch
%description
The plugin adds functionality to py.test to recognise and collect Jupyter notebooks. \
The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. \
Whilst also ensuring that the notebooks are running without errors.
%package -n python3-nbval
Summary: A py.test plugin to validate Jupyter notebooks
BuildRequires: python3-devel python3-setuptools
%{?python_provide:%python_provide python3-%{name}}
%description -n python3-nbval
The plugin adds functionality to py.test to recognise and collect Jupyter notebooks. \
The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. \
Whilst also ensuring that the notebooks are running without errors.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
%install
%py3_install
%files -n python3-nbval
%doc README.md
%license LICENSE
%{python3_sitelib}/nbval/*
%{python3_sitelib}/nbval-*egg-info/*
%changelog
* Thu Oct 24 2024 shaoning <shaoning@kylinos.cn> - 0.11.0-1
- Update package to version 0.11.0
* Switch collection hook to use pathlib paths
* Correct parameter name for hook
* Remove some more compatibility code for old pytest (versions < 6)
* Build docs with 'mambaforge-latest' Python
* RTD needs the path to pip install
* Drop testing on Python 3.6
* Install sphinx-rtd-theme for building docs
* Thu Jul 13 2023 xlhans <xlhans@isoftstone.com> - 0.10.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-nbval.git
git@gitee.com:src-openeuler/python-nbval.git
src-openeuler
python-nbval
python-nbval
master

搜索帮助