Remove reference cycle checks from unit tests which touch uuid.uuid4()
Should fix the release builds. They're failing because uuid4() creates reference cycles in Python 2.7.9 (2.7.11+ are fine).
Loading
Please sign in to comment
Should fix the release builds. They're failing because uuid4() creates reference cycles in Python 2.7.9 (2.7.11+ are fine).