dev-python/pyrainbird: remove (deprecated) nosetests

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-19 00:23:33 +02:00 committed by Andreas Billmeier
parent d7d5ab015b
commit 6c6411a95c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST pyrainbird-0.4.3.tar.gz 11479 BLAKE2B c9bcc062825063096e3681c07661df35a58a21329fbdc2768ff13824b2d8091bc237c9af36db82417bb3840d47ee4bb9791f9563ea6f83834f8cf08f28bed2c4 SHA512 47eb5403852e89e2c5f58c657044a3a2ce84b21a16a4bc849dc93bd0c85ee59c52cdfba7d6a6907fcb75bf80c928194043ae7be641c8eb383a7cdaeca60b665d
EBUILD pyrainbird-0.4.3.ebuild 829 BLAKE2B 469265c415934168672fb47e117459a9c596213f5d48c53204f5ff846bf299a6b7f6e251fed1265eeb616a36db13bb0d1bfa69938dc8a2bf067b585e4acd9f3b SHA512 f9ed1402b4f98738269dc8385684245a1661dd6354ea5d8b40b0f8cacf449692d672f99ce7819c6451edc2aaab3f0912ab083b8690b7967f6815ad6cb9c8d0af
DIST pyrainbird-0.4.3.gh.tar.gz 11479 BLAKE2B c9bcc062825063096e3681c07661df35a58a21329fbdc2768ff13824b2d8091bc237c9af36db82417bb3840d47ee4bb9791f9563ea6f83834f8cf08f28bed2c4 SHA512 47eb5403852e89e2c5f58c657044a3a2ce84b21a16a4bc849dc93bd0c85ee59c52cdfba7d6a6907fcb75bf80c928194043ae7be641c8eb383a7cdaeca60b665d
EBUILD pyrainbird-0.4.3.ebuild 768 BLAKE2B a72b3c7028c379c6548a0b71eb1d411f77400bab698e5fbd4f141e7b826f7361e8255ee0d50e0d309e669028ca13bd1cfa94eb40c45fb36b5efdad3da4f849cd SHA512 697e8171ba07102a1b7baefa8075217ca3ea93804108ed5d2304c4c94ba23bbd06e9e1a568947b9268d2a19766e90de26f086c358978ef42ae3d0bfb8cfc7ef6
MISC metadata.xml 455 BLAKE2B 2f5a8853b71eaf3e4ee94334f49990d3025d2020630deb872baea2d4b0a710ddf69b27f7fcfba38791b81962afb027d8ec388e0dab11558180c8a5778bfe628f SHA512 88f9206c51f311ece73caf23f4bc26fac91c08d039657dba3cd6556bcd41de7aa2fcfc99931c40aa227c93d6577b3ef7a733112eee53d0c8c0ad460125c61c58

View File

@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Rain Bird Controller"
HOMEPAGE="https://github.com/jbarrancos/pyrainbird/ https://pypi.org/project/pyrainbird/"
SRC_URI="https://github.com/jbarrancos/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/jbarrancos/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -24,12 +24,10 @@ RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
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
}