mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/mastodon-py: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -29,16 +29,18 @@ BDEPEND="
|
||||
test? (
|
||||
>=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/http-ece-1.0.5[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-recording[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
||||
dev-python/vcrpy[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-2.0.1-tests.patch )
|
||||
|
||||
EPYTEST_PLUGINS=(
|
||||
pytest-mock
|
||||
pytest-recording
|
||||
requests-mock
|
||||
)
|
||||
EPYTEST_XDIST=1
|
||||
EEPYTEST_DESELECT=(
|
||||
# something related to simplejson
|
||||
|
||||
Reference in New Issue
Block a user