1 Star 0 Fork 4

hanxiaolin/python-nbval

forked from src-openEuler/python-nbval 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nbval.spec 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
hanxiaolin 提交于 2023-07-13 15:38 +08:00 . init to 0.10.0
Name: nbval
Version: 0.10.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 Jul 13 2023 xlhans <xlhans@isoftstone.com> - 0.10.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ajax_hxl/python-nbval.git
git@gitee.com:ajax_hxl/python-nbval.git
ajax_hxl
python-nbval
python-nbval
master

搜索帮助