Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-pytest | name : python-pytest | ||||
| version : 3.4.2 | version : 3.9.1 | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/dd/05/4579d3028ba1740467690c3427d3991eff91f95cbaa6bb0280f40708721a/pytest-3.4.2.tar.gz : 117bad36c1a787e1a8a659df35de53ba05f9f3398fb9e4ac17e80ad5903eb8c5 | - https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.9.1.tar.gz : 8c827e7d4816dfe13e9329c8226aef8e6e75d65b939bc74fda894143b6d1df59 | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : python testing framework | summary : python testing framework | ||||
| description: | | description: | | ||||
| The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. | The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - lsof | |||||
| - py | |||||
| - python-atomicwrites | |||||
| - python-funcsigs | |||||
| - python-hypothesis | |||||
| - python-jinja | |||||
| - python-mock | |||||
| - python-more-itertools | |||||
| - python-nose | |||||
| - python-setuptools | - python-setuptools | ||||
| - python-setuptools-scm | - python-setuptools-scm | ||||
| - python-pathlib2 | |||||
| - python-pluggy | |||||
| - python-requests | |||||
| rundeps : | rundeps : | ||||
| - py | - py | ||||
| - python-atomicwrites | |||||
| - python-attrs | - python-attrs | ||||
| - python-funcsigs | - python-funcsigs | ||||
| - python-more-itertools | |||||
| - python-pathlib2 | |||||
| - python-pluggy | - python-pluggy | ||||
| - python-setuptools | - python-setuptools | ||||
| - python-six | - python-six | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in $installdir/usr/bin/*; do | for _f in $installdir/usr/bin/*; do | ||||
| mv -v $_f ${_f}3 | mv -v $_f ${_f}3 | ||||
| done | done | ||||
| %python_install | %python_install | ||||
| check : | | |||||
| %python_test $installdir/usr/bin/py.test -k 'not test_cache_failure_warns' | |||||
| %python3_test $installdir/usr/bin/py.test3 -k 'not test_cache_failure_warns' | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.