audio/py-audioread: Convert to USE_PYTHON=pytest
- Remove py-pytest-runner from TEST_DEPENDS
This commit is contained in:
parent
8a847db139
commit
db83728cb3
@ -12,11 +12,8 @@ COMMENT= Multi-library, cross-platform audio decoding
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
10
audio/py-audioread/files/patch-setup.py
Normal file
10
audio/py-audioread/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2019-09-01 00:41:41 UTC
|
||||
+++ setup.py
|
||||
@@ -37,7 +37,6 @@ setup(name='audioread',
|
||||
packages=['audioread'],
|
||||
|
||||
tests_require=[
|
||||
- 'pytest-runner',
|
||||
'pytest'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user