py-test-virtualenv: allow newer pytest
This commit is contained in:
parent
2462be1342
commit
260ef41f7d
3 changed files with 19 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2019/01/15 19:05:10 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2019/01/28 08:40:07 adam Exp $
|
||||
|
||||
DISTNAME= pytest-virtualenv-1.4.0
|
||||
PKGREVISION= 1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2019/01/15 19:05:10 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2019/01/28 08:40:07 adam Exp $
|
||||
|
||||
SHA1 (pytest-virtualenv-1.4.0.tar.gz) = 612a9603c550f616821615f4631be50a16b83bac
|
||||
RMD160 (pytest-virtualenv-1.4.0.tar.gz) = d0237ce89fde530460cacfb300e79b427d9855f6
|
||||
SHA512 (pytest-virtualenv-1.4.0.tar.gz) = 4320158608f51fb63b178acf6fccd5963dfb94a20cc5797c7dc90aad229c9ec5ac9d4c5f6331bbf5dbad208075c7a6806231542aed7efd7528e2009fd66ec70b
|
||||
Size (pytest-virtualenv-1.4.0.tar.gz) = 13664 bytes
|
||||
SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41
|
||||
SHA1 (patch-setup.py) = 8d4c4a343a82d7a0ae8faa2a7eba74f0ba107bfe
|
||||
|
|
15
devel/py-test-virtualenv/patches/patch-setup.py
Normal file
15
devel/py-test-virtualenv/patches/patch-setup.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-setup.py,v 1.1 2019/01/28 08:40:07 adam Exp $
|
||||
|
||||
Allow newer pytest.
|
||||
|
||||
--- setup.py.orig 2019-01-28 08:19:14.000000000 +0000
|
||||
+++ setup.py
|
||||
@@ -23,7 +23,7 @@ classifiers = [
|
||||
|
||||
install_requires = ['pytest-fixture-config',
|
||||
'pytest-shutil',
|
||||
- 'pytest<4.0.0',
|
||||
+ 'pytest',
|
||||
]
|
||||
|
||||
tests_require = [
|
Loading…
Reference in a new issue