diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-21 13:43:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-21 15:34:56 +0200 |
commit | 24c5006465f0c78918abd1b69db34d242cc9b650 (patch) | |
tree | 5a3ae8386e33a2b062b6bb203cabf4b25f0b5e8d /dev-python | |
parent | media-sound/aqualung: Remove old aqualung-1.0-r4. (diff) | |
download | gentoo-24c5006465f0c78918abd1b69db34d242cc9b650.tar.gz gentoo-24c5006465f0c78918abd1b69db34d242cc9b650.tar.bz2 gentoo-24c5006465f0c78918abd1b69db34d242cc9b650.zip |
dev-python/sqlparse: Force pytest<6
Closes: https://bugs.gentoo.org/738376
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.3.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.3.1.ebuild b/dev-python/sqlparse/sqlparse-0.3.1.ebuild index edaec538f391..aa01d5650d65 100644 --- a/dev-python/sqlparse/sqlparse-0.3.1.ebuild +++ b/dev-python/sqlparse/sqlparse-0.3.1.ebuild @@ -18,5 +18,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" LICENSE="BSD-2" +BDEPEND=" + test? ( <dev-python/pytest-6[${PYTHON_USEDEP}] )" + distutils_enable_sphinx docs/source distutils_enable_tests pytest |