blob: 6376dcc0230d582d78fa6921491f5c0fddebf183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-test-requirements,v 1.1 2022/07/11 08:48:49 wiz Exp $
Allow current pkgsrc versions, restrictions are for python 2.7
--- test-requirements.orig 2020-08-05 00:41:14.000000000 +0000
+++ test-requirements
@@ -1,9 +1,8 @@
# minimal requirements to run python setup.py test
# 5.x requires python 3.5
-pytest>=4.6,<5.0
+pytest>=4.6
pytest-cov
# freeze versions breaking python 2.7 on travis
-pyparsing<3
-zipp<=0.5.1
-configparser<=3.7.4
+pyparsing
+zipp
testfixtures
|