21184: Remove refs to subprocess32 python2 compatibility shim.
[arvados.git] / sdk / cwl / setup.py
index 9e20efd2a3a5d9f38460c712a1a36b9f2e870582..1da0d53ce8813d29bb788ce86fb35b96a94646c8 100644 (file)
@@ -58,7 +58,6 @@ setup(name='arvados-cwl-runner',
       test_suite='tests',
       tests_require=[
           'mock>=1.0,<4',
-          'subprocess32>=3.5.1',
       ],
       zip_safe=True,
 )