diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-30 21:36:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-30 21:36:37 +0100 |
commit | ad1167a7fd27aa7f33ff814a5f519477ff184bc1 (patch) | |
tree | 3c3f936b12f72fcfa74d187fe0feb95a509dba11 /dev-python/diskcache | |
parent | net-misc/dropbox: bump to 136.4.4345 (diff) | |
download | gentoo-ad1167a7fd27aa7f33ff814a5f519477ff184bc1.tar.gz gentoo-ad1167a7fd27aa7f33ff814a5f519477ff184bc1.tar.bz2 gentoo-ad1167a7fd27aa7f33ff814a5f519477ff184bc1.zip |
dev-python/diskcache: Fix variable order
Closes: https://bugs.gentoo.org/827916
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diskcache')
-rw-r--r-- | dev-python/diskcache/diskcache-5.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild b/dev-python/diskcache/diskcache-5.3.0.ebuild index dc919174075d..d80cb066da0b 100644 --- a/dev-python/diskcache/diskcache-5.3.0.ebuild +++ b/dev-python/diskcache/diskcache-5.3.0.ebuild @@ -20,14 +20,14 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -distutils_enable_sphinx docs -distutils_enable_tests pytest - BDEPEND=" test? ( dev-python/django[${PYTHON_USEDEP}] )" +distutils_enable_sphinx docs +distutils_enable_tests pytest + EPYTEST_DESELECT=( # TODO tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none |