summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 19:41:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 19:48:50 +0200
commitc3d081d05de51219ef5bbb0fe57df2d1ace1b65b (patch)
tree8c3617f87b4c30bef21d3498389a840d725882f8
parentdev-python/pymediainfo: Set DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-c3d081d05de51219ef5bbb0fe57df2d1ace1b65b.tar.gz
gentoo-c3d081d05de51219ef5bbb0fe57df2d1ace1b65b.tar.bz2
gentoo-c3d081d05de51219ef5bbb0fe57df2d1ace1b65b.zip
dev-python/pytest-lazy-fixture: Fix whitespace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
index f0a32e2976bc..7b5712980080 100644
--- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
+++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
@@ -5,7 +5,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-
inherit distutils-r1
DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"