aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-11-08 14:56:22 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-11-08 14:56:22 +0100
commit9fae52e3f7c8f63b566d6451478b005ac3361c18 (patch)
treeb2fd7e960e3c2e8290f25ee068817f12e880b16d /dev-python
parentgames-action/ATLauncher: version bump (diff)
downloadguru-9fae52e3f7c8f63b566d6451478b005ac3361c18.tar.gz
guru-9fae52e3f7c8f63b566d6451478b005ac3361c18.tar.bz2
guru-9fae52e3f7c8f63b566d6451478b005ac3361c18.zip
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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-subtests/Manifest2
-rw-r--r--dev-python/pytest-subtests/pytest-subtests-0.3.2.ebuild (renamed from dev-python/pytest-subtests/pytest-subtests-0.3.1.ebuild)11
2 files changed, 1 insertions, 12 deletions
diff --git a/dev-python/pytest-subtests/Manifest b/dev-python/pytest-subtests/Manifest
index 9b63a6bbb..a20104eb4 100644
--- a/dev-python/pytest-subtests/Manifest
+++ b/dev-python/pytest-subtests/Manifest
@@ -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
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.3.1.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.3.2.ebuild
index 55656b7f9..073744596 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.3.1.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.3.2.ebuild
@@ -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