Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:23:06 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12ce093a9ce9 - main - devel/py-pytest-subprocess: Clean up USES=python
Message-ID:  <202306300723.35U7N6se084933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12ce093a9ce987a9abbb21ede13d725d3bc69048

commit 12ce093a9ce987a9abbb21ede13d725d3bc69048
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:28 +0000

    devel/py-pytest-subprocess: Clean up USES=python
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-pytest-subprocess/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-pytest-subprocess/Makefile b/devel/py-pytest-subprocess/Makefile
index fe402f99019f..6ad5a9e927af 100644
--- a/devel/py-pytest-subprocess/Makefile
+++ b/devel/py-pytest-subprocess/Makefile
@@ -19,7 +19,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=0:devel/py-anyio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.15.1:devel/py-pytest-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python
 USE_PYTHON=	distutils autoplist pytest # 2 tests fail, see https://github.com/aklajnert/pytest-subprocess/issues/123
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300723.35U7N6se084933>