Add tblib and dill to TEST_PACKAGES

Fixes #45034

PiperOrigin-RevId: 350193487
Change-Id: Ia5182c86c9712da15ac24f55b1dc1582b663f614
This commit is contained in:
Ran Chen 2021-01-05 12:15:49 -08:00 committed by TensorFlower Gardener
parent ec2403ba4f
commit f9ad300525

View File

@ -127,6 +127,8 @@ if sys.byteorder == 'little':
TEST_PACKAGES = [
'portpicker ~= 1.3.1',
'scipy ~= 1.5.2',
'tblib ~= 1.7.0',
'dill ~= 0.3.2',
]