mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-pytest-timeout: update to 2.4.0.
This commit is contained in:
parent
77f0bd847c
commit
0c5a4a191d
1 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pytest-timeout'
|
# Template file for 'python3-pytest-timeout'
|
||||||
pkgname=python3-pytest-timeout
|
pkgname=python3-pytest-timeout
|
||||||
version=2.3.1
|
version=2.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pytest"
|
depends="python3-pytest"
|
||||||
|
@ -10,8 +10,16 @@ short_desc="Pytest plugin which will terminate tests after a certain timeout"
|
||||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/pytest-timeout/"
|
homepage="https://github.com/pytest-dev/pytest-timeout/"
|
||||||
distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest-timeout/pytest_timeout-${version}.tar.gz"
|
||||||
checksum=12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9
|
checksum=7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a
|
||||||
|
|
||||||
|
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||||
|
# these tests fail on CI (out of pty devices)
|
||||||
|
make_check_args="
|
||||||
|
--deselect=test_pytest_timeout.py::test_suppresses_timeout_when_debugger_is_entered[pdb-set_trace()]
|
||||||
|
--deselect=test_pytest_timeout.py::test_disable_debugger_detection_flag[pdb-set_trace()]
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue