# -*- 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-random-order version 1.1.0 revision 0 supported_archs noarch platforms {darwin any} license MIT maintainers {@catap korins.ky:kirill} openmaintainer description Randomise the order in which pytest tests are run with some control over the randomness long_description {*}${description} homepage https://github.com/jbasko/pytest-random-order checksums rmd160 e172ba5e19b31f3f3fbcec7880b1437d335e1fbf \ sha256 dbe6debb9353a7af984cc9eddbeb3577dd4dbbcc1529a79e3d21f68ed9b45605 \ size 14576 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-pytest livecheck.type none }