Diff unearth-0.10.0 with a unearth-0.11.0
/usr/portage/dev-python/unearth/unearth-0.11.0.ebuild 2023-10-09 14:52:30.396368373 +0300 | ||
---|---|---|
11 | 11 |
DESCRIPTION="A utility to fetch and download python packages" |
12 | 12 |
HOMEPAGE=" |
13 | 13 |
https://pypi.org/project/unearth/ |
14 |
https://github.com/frostming/unearth/ |
|
14 | 15 |
" |
15 | 16 | |
16 | 17 |
LICENSE="MIT" |
... | ... | |
31 | 32 |
" |
32 | 33 | |
33 | 34 |
distutils_enable_tests pytest |
35 | ||
36 |
python_test() { |
|
37 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
38 |
epytest -p pytest_httpserver |
|
39 |
} |