diff options
Diffstat (limited to 'python-pytest-testmon.spec')
-rw-r--r-- | python-pytest-testmon.spec | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/python-pytest-testmon.spec b/python-pytest-testmon.spec index 02e0389..0a9d02f 100644 --- a/python-pytest-testmon.spec +++ b/python-pytest-testmon.spec @@ -1,24 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-testmon -Version: 1.4.5 +Version: 2.0.6 Release: 1 Summary: selects tests affected by changed files and methods License: AGPL URL: https://testmon.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/c0/46f099d017468df9b3afcf91d502b42ac20a958beb4a0edd966f7634fed8/pytest-testmon-1.4.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/d8/1e58709080d9b0d9e51b4e638429a41d97f3ea7983e06aaadcdeb5223a3a/pytest-testmon-2.0.6.tar.gz BuildArch: noarch Requires: python3-pytest Requires: python3-coverage %description -<br> -<img src=https://user-images.githubusercontent.com/135344/189406660-601f16b2-2bb1-4f4d-a764-f7ceed093cb7.svg width=400> +<img src=https://user-images.githubusercontent.com/135344/219700265-0a9b152f-7285-4607-bbce-0c9aeddd520b.svg width=300> This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language like Python and how reliable is it? Read here: [Determining -affected tests](https://testmon.org/determining-affected-tests.html) +affected tests](https://testmon.org/blog/determining-affected-tests/) ## Quickstart @@ -43,8 +42,6 @@ You can start using the full functionality whenever the reliability and time sav Please <a href="https://testmon.org/ci.html">get in touch</a> and we'll contact you shortly. - - %package -n python3-pytest-testmon Summary: selects tests affected by changed files and methods Provides: python-pytest-testmon @@ -52,13 +49,12 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-pytest-testmon -<br> -<img src=https://user-images.githubusercontent.com/135344/189406660-601f16b2-2bb1-4f4d-a764-f7ceed093cb7.svg width=400> +<img src=https://user-images.githubusercontent.com/135344/219700265-0a9b152f-7285-4607-bbce-0c9aeddd520b.svg width=300> This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language like Python and how reliable is it? Read here: [Determining -affected tests](https://testmon.org/determining-affected-tests.html) +affected tests](https://testmon.org/blog/determining-affected-tests/) ## Quickstart @@ -83,19 +79,16 @@ You can start using the full functionality whenever the reliability and time sav Please <a href="https://testmon.org/ci.html">get in touch</a> and we'll contact you shortly. - - %package help Summary: Development documents and examples for pytest-testmon Provides: python3-pytest-testmon-doc %description help -<br> -<img src=https://user-images.githubusercontent.com/135344/189406660-601f16b2-2bb1-4f4d-a764-f7ceed093cb7.svg width=400> +<img src=https://user-images.githubusercontent.com/135344/219700265-0a9b152f-7285-4607-bbce-0c9aeddd520b.svg width=300> This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language like Python and how reliable is it? Read here: [Determining -affected tests](https://testmon.org/determining-affected-tests.html) +affected tests](https://testmon.org/blog/determining-affected-tests/) ## Quickstart @@ -120,10 +113,8 @@ You can start using the full functionality whenever the reliability and time sav Please <a href="https://testmon.org/ci.html">get in touch</a> and we'll contact you shortly. - - %prep -%autosetup -n pytest-testmon-1.4.5 +%autosetup -n pytest-testmon-2.0.6 %build %py3_build @@ -163,5 +154,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.5-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.6-1 - Package Spec generated |