# -*- 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.2.0 revision 0 name py-${github.project} checksums rmd160 d1fe66b8610ceba40d936ebc0a13608d8f2e2958 \ sha256 b71222b330306e2166ba8c55b7f569dd40b0ca7dd8aa2c56d95a98c63188e659 \ size 15658 license MIT maintainers {@catap korins.ky:kirill} openmaintainer supported_archs noarch platforms {darwin any} description py.test plugin to abort hanging tests long_description {*}${description} python.versions 37 38 39 310 311 312 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 } }