parent
e60c092ca1
commit
5fa6b115e1
@ -1,29 +1,18 @@
|
||||
# Template file for 'python3-pytest-qt'
|
||||
pkgname=python3-pytest-qt
|
||||
version=3.3.0
|
||||
revision=5
|
||||
version=4.2.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-pytest"
|
||||
checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb
|
||||
xdpyinfo"
|
||||
short_desc="Pytest support for PyQt and PySide applications"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/pytest-qt"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-qt/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/p/pytest-qt/pytest-qt-${version}.tar.gz"
|
||||
checksum=714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925
|
||||
|
||||
do_check() {
|
||||
# testing for some configuration in test_basics.py,
|
||||
# isn't those 2 below tests are the real test for envvar
|
||||
# Why does it run just fine?
|
||||
local _skip='test_qapp_args or test_qt_api_ini_config or test_invalid_qt_api_envvar'
|
||||
PYTHONPATH=$(pwd)/build/lib \
|
||||
PYTEST_QT_API=pyside2 python3 -m pytest -k "not ($_skip)"
|
||||
PYTHONPATH=$(pwd)/build/lib \
|
||||
PYTEST_QT_API=pyqt5 python3 -m pytest -k "not ($_skip)"
|
||||
}
|
||||
checksum=00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41
|
||||
make_check=no # tests only run in a venv with tox, not useful for checking package correctness
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user