Water down some tests so they work in the Python 2.7.9 release builds
authorAllen Lavoie <allenl@google.com>
Fri, 6 Apr 2018 23:50:01 +0000 (16:50 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 6 Apr 2018 23:52:18 +0000 (16:52 -0700)
commitd8d7d8ba35b9de83fbc983f753acf53e5185dfc0
tree5a58ce27be5b32255819612ff177bc67fb30fb83
parente834ba02059dec03dd6673175483f01704363df8
Water down some tests so they work in the Python 2.7.9 release builds

Removing reference cycle checks from the tests that failed in
http://ci.tensorflow.org/view/Release/job/release-debian-cpu/99/consoleFull

uuid4() created reference cycles until Python 2.7.11. Removes checks for
reference cycles from tests which indirectly call it.

This issue will probably keep coming up until we move off of 2.7.9 (since
there's no presubmit), but this CL is an effort to fix the issues that came up
for the 1.7 release.

PiperOrigin-RevId: 191959519
tensorflow/contrib/eager/python/BUILD
tensorflow/contrib/eager/python/checkpointable_utils_test.py