summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pytest-verbose-parametrize: Remove oldMichał Górny2023-07-241-36/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-verbose-parametrize: enable PEP-517 mode and py3.12Marek Szuba2023-07-091-0/+37
| | | | | Closes: https://bugs.gentoo.org/909953 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pytest-verbose-parametrize: Use pypi.eclassMichał Górny2023-03-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-verbose-parametrize: enable py3.11Marek Szuba2023-02-271-2/+2
| | | | | | | | | For what it's worth given the fragility of this package's test suite, I do not think I have seen any errors against 3.11 which I hadn't seen against older versions. Closes: https://bugs.gentoo.org/896844 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/pytest-verbose-parametrize: BDEPEND on setuptools-gitMarek Szuba2021-06-111-5/+6
| | | | | | | | This one is declared in a different script from other deps. May or may not fix the bug linked below, haven't managed to reproduce it yet. Bug: https://bugs.gentoo.org/795408 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pytest-verbose-parametrize: initial importMarek Szuba2021-06-114-0/+57
The test suite doesn't work properly (even when run manually) but fails in exactly the same way for all three supported Python implementations. Signed-off-by: Marek Szuba <marecki@gentoo.org>