Skip to content

Commit 2b41ea3

Browse files
committed
sync with cwltool's subprocess32 pin
1 parent 2926410 commit 2b41ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-salad >= 1.14
22
typing>=3.6,<3.7; python_version < '3.5'
33
futures >= 3.0.5; python_version == '2.7'
4-
subprocess32; python_version < '3'
4+
subprocess32 == 3.5.0rc1; python_version < '3'
55
junit-xml >= 1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
zip_safe=True,
4949
cmdclass={'egg_info': tagger},
5050
extras_require={':python_version<"3"': [
51-
'futures >= 3.0.5', 'subprocess32'],
51+
'futures >= 3.0.5', 'subprocess32 == 3.5.0rc1'],
5252
':python_version<"3.5"': ['typing >= 3.5.2'] }
5353
)

0 commit comments

Comments
 (0)