dev-python/check-manifest: add 0.46, drop old

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-05-23 04:43:21 +05:00
parent 7efec2dbcf
commit 11ca34024e
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
DIST check-manifest-0.45.tar.gz 33705 BLAKE2B 52fb19792a744c6a20d21717843cf573235a14b6ae980ef7594f614f8ca69f5e6fa8da356c1b9c122ed606eefa99c11feebf9aaeabca1d86e1ec54aa97074a99 SHA512 2b276849c7a949d43267cd80d8a176d5e5c4fa3d25501b539e1e2b02d9eafa463af8ea468406a2d99a677385cac5c66d73da1e7a6c1c324df7bf23f911f1e8ff
DIST check-manifest-0.46.tar.gz 34419 BLAKE2B 9152ca60756c503c744192ab72668858ba7fe491745c48337aab2b135f9d491319bb383af901110abf61a7b439e01bba4d5c22f2042aca6cf1e0b990ce15726f SHA512 301caa9c95f4ae3655c290217867df7e9de9967c1a603a32e4a0e220651de555c3dd716b109b1b1dda8e2547396bce8b742fd08091a4879943aefc56e8008d96

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -29,8 +29,10 @@ DEPEND="
)
"
distutils_enable_tests nose
distutils_enable_tests pytest
python_test() {
nosetests -v -e test_build_sdist || die
epytest \
--deselect tests.py::Tests::test_build_sdist_pep517_isolated \
--deselect tests.py::Tests::test_build_sdist_pep517_no_isolation
}