dev-python/pytest-subtests: version bump 0.3.2

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-11-08 14:56:22 +01:00
parent 0e7ae94fbd
commit 9fae52e3f7
2 changed files with 1 additions and 12 deletions

View File

@@ -1 +1 @@
DIST pytest-subtests-0.3.1.tar.gz 9523 BLAKE2B 96b55b583b4635b6b47caf0fa630127140d74ec1773e6719e8d510a9ad6dd11f303a0716574f979a7bdf60741908a2357218c10ef1b00ac67cf2bb8f60f3a79c SHA512 5695246652f7912be6efbf2dad1325962b9abc0cf064906c9d4d28391d2cf66eda503ef3d458a61257fb78b8cd4c706a0e9584f0d4715a53eb7b0a0180319353
DIST pytest-subtests-0.3.2.tar.gz 9694 BLAKE2B 86d5d4a986a643f5e06a13fc2f4ccfc39a244d0428e535ff99080f9dbde4cb8cfb3d1150267ddca40df3c0f2bce31c3d06bd6cbaa93e37f586db3b19f7a0edbc SHA512 d76a88d4b10e74f599dcf6585545ba97a90dfe49ed84772d6b1a6ef540e3663fce298fe5d86e508422a62bcbf5bf7ca22dd00454974b3ec1f3e98f9d68588817

View File

@@ -5,8 +5,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="unittest subTest() support and subtests fixture"
@@ -24,15 +22,6 @@ RDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
#https://github.com/pytest-dev/pytest-subtests/issues/21
# Failed: nomatch: '*1 passed*'
sed -i -e 's:test_capture_with_fixture:_&:' \
tests/test_subtests.py || die
distutils-r1_python_prepare_all
}
python_test() {
# tests fail if package is not installed
# workaround is to add source to PYTHONPATH