# -*- 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 python 1.0 name py-pytest-lazy-fixture version 0.6.3 revision 0 platforms {darwin any} license MIT maintainers nomaintainer description It helps to use fixtures in pytest.mark.parametrize long_description Use your fixtures in @pytest.mark.parametrize. homepage https://github.com/tvorog/pytest-lazy-fixture checksums rmd160 351846fe029f1f84c04be65bab4dd662addcc7db \ sha256 0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac \ size 7878 supported_archs noarch python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-flake8 \ port:py${python.version}-tox }