# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup pytest-dev pytest-timeout 2.3.1 revision 0 name py-${github.project} checksums rmd160 a6621617829993406c4fec395a228a5a276b0cdf \ sha256 fb5d247616358687090aed4e54139b0d7166cd1c796b68708e843ed29a0f98c9 \ size 16837 license MIT maintainers nomaintainer supported_archs noarch platforms {darwin any} description py.test plugin to abort hanging tests long_description {*}${description} python.versions 38 39 310 311 312 313 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_test-append \ port:py${python.version}-ipdb \ port:py${python.version}-pexpect \ test.run yes test.env PYTHONPATH=${worksrcpath}/build/lib \ PYTEST_PLUGINS=pytest_timeout pre-test { # See https://docs.pytest.org/en/stable/pythonpath.html delete ${test.dir}/${test.target}/__init__.py } }