diff options
Diffstat (limited to 'dev-python/fsspec/fsspec-2022.02.0.ebuild')
-rw-r--r-- | dev-python/fsspec/fsspec-2022.02.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/fsspec/fsspec-2022.02.0.ebuild b/dev-python/fsspec/fsspec-2022.02.0.ebuild index ff6a3a18e84f..ede5cd75981b 100644 --- a/dev-python/fsspec/fsspec-2022.02.0.ebuild +++ b/dev-python/fsspec/fsspec-2022.02.0.ebuild @@ -26,9 +26,12 @@ BDEPEND=" test? ( dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-vcs/git - )" + ) +" distutils_enable_tests pytest |