mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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? (
|
test? (
|
||||||
>=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
|
>=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/http-ece-1.0.5[${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/pytz[${PYTHON_USEDEP}]
|
||||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
|
||||||
dev-python/vcrpy[${PYTHON_USEDEP}]
|
dev-python/vcrpy[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}"/${PN}-2.0.1-tests.patch )
|
PATCHES=( "${FILESDIR}"/${PN}-2.0.1-tests.patch )
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=(
|
||||||
|
pytest-mock
|
||||||
|
pytest-recording
|
||||||
|
requests-mock
|
||||||
|
)
|
||||||
EPYTEST_XDIST=1
|
EPYTEST_XDIST=1
|
||||||
EEPYTEST_DESELECT=(
|
EEPYTEST_DESELECT=(
|
||||||
# something related to simplejson
|
# something related to simplejson
|
||||||
|
|||||||
Reference in New Issue
Block a user