Skip to content

Commit 2bfc0f0

Browse files
authored
reqs: testing: use process-tests==2.0.2 again (#272)
This was accidentally reverted/lost in a5a1f61, and is required for AppVeyor.
1 parent a5a1f61 commit 2bfc0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(self):
129129
'testing': [
130130
'fields',
131131
'hunter',
132-
'process-tests==2.0.0',
132+
'process-tests==2.0.2',
133133
'pytest-xdist==1.25.0',
134134
'six',
135135
'virtualenv',

0 commit comments

Comments
 (0)