diff --git a/dev-python/tellcore-net/Manifest b/dev-python/tellcore-net/Manifest index 33e3d3e76..2cb122fe2 100644 --- a/dev-python/tellcore-net/Manifest +++ b/dev-python/tellcore-net/Manifest @@ -1,3 +1,3 @@ DIST tellcore-net-0.4.tar.gz 2750 BLAKE2B e61a03b421f087df5d560efba59566d603ff1463ed66b811a826cce0916b4702e76ec4020eb9e5e0ef2b8465eac841b4686d895b0748d2eab2cb1dfdfce56814 SHA512 709db7434a6da21f8f1d5370ed977afad253c4823a30f7ceba9cf20614a3d2d1b1696d36a3e3dc3dfb68c838fc98e2372fb715f00d2aa9817b6b11fb464c2782 -EBUILD tellcore-net-0.4.ebuild 750 BLAKE2B 7940a570a3e14c4aeb6c6d49815dfac668a52d8743b34d575590bc0dba6aee1ae3ea281213af12913d09229e6783b01abebab15446cb69f81a9f7bb12763a3f5 SHA512 d763c001cf735b7f7f9ac6022a5b8b5dde58ca038729d87c436b8605a4df648e8abb04f2c8b0eee6e700b0bf8b43372b3c047b867105fa645b3f0da1c7ef7326 +EBUILD tellcore-net-0.4.ebuild 693 BLAKE2B 08e1890a4948263d8d0cb570763664d9bbabb7ca0a2431beac43e8f77842c753dbcc751e7ea1d5bc5d1f8497afa1665826cbb1f43997c7a146621af9b853e53d SHA512 109079d0e71e3c4b6919d9a3d86e28764ac36a3298df81343615bf53a7e5b2a90dcbdd62df3e3813b16d48cfb1efb149a3ddb417d53b5a9d69e9474439d53dac MISC metadata.xml 456 BLAKE2B 0bc0c666bc112e42ab647a76936515d2ef9a886a8469cce0c963ffe3c7b851568710bd2675b34b808f07d12438853ba5c88ea81eade624df645f49ec3a9c0f7d SHA512 c1a4dfce041362b7e891c2bcdc1a3d8fec6fb8ced6442e2db14befe024d0cd7b81b50809fb7acc17d57c176ce642559ce0ac4c9b46f4f655d7d68ad96f8e5919 diff --git a/dev-python/tellcore-net/tellcore-net-0.4.ebuild b/dev-python/tellcore-net/tellcore-net-0.4.ebuild index 513527283..7691b2023 100644 --- a/dev-python/tellcore-net/tellcore-net-0.4.ebuild +++ b/dev-python/tellcore-net/tellcore-net-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" @@ -23,11 +23,11 @@ RDEPEND="net-misc/socat" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/nose[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { - nosetests --verbose || die py.test -v -v || die } + +distutils_enable_tests pytest