From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37E931382C5 for ; Thu, 26 Nov 2020 12:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23FA4E0921; Thu, 26 Nov 2020 12:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C0B2E0921 for ; Thu, 26 Nov 2020 12:10:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7DC134121D for ; Thu, 26 Nov 2020 12:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D2B435 for ; Thu, 26 Nov 2020 12:10:41 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1606392612.a34635da2cf9844f088ff10ba0207c823aec1f22.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sanic/Manifest dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild X-VCS-Directories: dev-python/pytest-sanic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a34635da2cf9844f088ff10ba0207c823aec1f22 X-VCS-Branch: dev Date: Thu, 26 Nov 2020 12:10:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0cf126d-3966-4476-9c2d-38b6d8edf714 X-Archives-Hash: 94c116dde1dd375605941f4462c103f5 commit: a34635da2cf9844f088ff10ba0207c823aec1f22 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Nov 26 12:10:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Nov 26 12:10:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a34635da dev-python/pytest-sanic: version bump, add py3.8 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-sanic/Manifest | 2 +- .../{pytest-sanic-1.6.1.ebuild => pytest-sanic-1.6.2.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/pytest-sanic/Manifest b/dev-python/pytest-sanic/Manifest index 6ac10cb7..b35148c5 100644 --- a/dev-python/pytest-sanic/Manifest +++ b/dev-python/pytest-sanic/Manifest @@ -1 +1 @@ -DIST pytest-sanic-1.6.1.tar.gz 30293 BLAKE2B 4c3ee937d94f31984461bc5bc7b1912065e5ef2aa9d3b9cd022b8d2555d6fde3a75db340c93a0d81123f6e2567ad98826e684afe04aed04ea3a2d57998a3f248 SHA512 a7ab19e83125d7b7cf0c3584f2e47bf51593d5991ffb42a171dea081cea0ceaffc88fdb602975f1d6d6c88c95621336963490992700f2e711310f3a2f30fafb7 +DIST pytest-sanic-1.6.2.tar.gz 31480 BLAKE2B e579df1100bb83e95599f9d3e54892feef7186dd7a49375f618868ba3b1d73ac966224332e9751fe05b62e63cd31d2a2bed23d2e243fa75bc5445f9d85fd4a8e SHA512 d04e6dbfb11f6a348923e0683848da4cb243c3ba158906f1fc56c24d23a9f947e199c16a2d8769152e46acf5c9cc179361b87c646d95075fb499d58376dce941 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild similarity index 73% rename from dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild rename to dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild index ec16cbbb..8f582925 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild @@ -3,8 +3,7 @@ EAPI="7" -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -22,6 +21,8 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/async_generator[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/sanic[${PYTHON_USEDEP}] " @@ -30,6 +31,6 @@ distutils_enable_tests pytest #distutils_enable_sphinx docs python_test() { - # skip this test: Task was destroyed but it is pending! - pytest -vv --deselect tests/test_client_websocket.py::test_fixture_sanic_client_ws || die "Tests failed with ${EPYTHON}" + distutils_install_for_testing + pytest -vv || die "Tests failed with ${EPYTHON}" } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4022F13835B for ; Thu, 26 Nov 2020 12:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931D9E094F; Thu, 26 Nov 2020 12:10:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40D2FE094F for ; Thu, 26 Nov 2020 12:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52321341359 for ; Thu, 26 Nov 2020 12:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 101F6476 for ; Thu, 26 Nov 2020 12:10:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1606392612.a34635da2cf9844f088ff10ba0207c823aec1f22.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sanic/Manifest dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild X-VCS-Directories: dev-python/pytest-sanic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a34635da2cf9844f088ff10ba0207c823aec1f22 X-VCS-Branch: master Date: Thu, 26 Nov 2020 12:10:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2db4eb88-a173-48fa-bdac-c9ed09de387b X-Archives-Hash: cbd0c04fd4d186d16519ee304bdd88ce Message-ID: <20201126121050.UrfC4Zrv4fNMOauh3abibCALURJPA2EGeybTguedqUY@z> commit: a34635da2cf9844f088ff10ba0207c823aec1f22 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Nov 26 12:10:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Nov 26 12:10:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a34635da dev-python/pytest-sanic: version bump, add py3.8 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-sanic/Manifest | 2 +- .../{pytest-sanic-1.6.1.ebuild => pytest-sanic-1.6.2.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/pytest-sanic/Manifest b/dev-python/pytest-sanic/Manifest index 6ac10cb7..b35148c5 100644 --- a/dev-python/pytest-sanic/Manifest +++ b/dev-python/pytest-sanic/Manifest @@ -1 +1 @@ -DIST pytest-sanic-1.6.1.tar.gz 30293 BLAKE2B 4c3ee937d94f31984461bc5bc7b1912065e5ef2aa9d3b9cd022b8d2555d6fde3a75db340c93a0d81123f6e2567ad98826e684afe04aed04ea3a2d57998a3f248 SHA512 a7ab19e83125d7b7cf0c3584f2e47bf51593d5991ffb42a171dea081cea0ceaffc88fdb602975f1d6d6c88c95621336963490992700f2e711310f3a2f30fafb7 +DIST pytest-sanic-1.6.2.tar.gz 31480 BLAKE2B e579df1100bb83e95599f9d3e54892feef7186dd7a49375f618868ba3b1d73ac966224332e9751fe05b62e63cd31d2a2bed23d2e243fa75bc5445f9d85fd4a8e SHA512 d04e6dbfb11f6a348923e0683848da4cb243c3ba158906f1fc56c24d23a9f947e199c16a2d8769152e46acf5c9cc179361b87c646d95075fb499d58376dce941 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild similarity index 73% rename from dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild rename to dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild index ec16cbbb..8f582925 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild @@ -3,8 +3,7 @@ EAPI="7" -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -22,6 +21,8 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/async_generator[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/sanic[${PYTHON_USEDEP}] " @@ -30,6 +31,6 @@ distutils_enable_tests pytest #distutils_enable_sphinx docs python_test() { - # skip this test: Task was destroyed but it is pending! - pytest -vv --deselect tests/test_client_websocket.py::test_fixture_sanic_client_ws || die "Tests failed with ${EPYTHON}" + distutils_install_for_testing + pytest -vv || die "Tests failed with ${EPYTHON}" }