Skip to content

TypeError: unorderable types: Client() < Client()

Tests are failing:

ERROR: bob.db.biowave_test.test.test_objects
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.db.biowave_test/env/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.db.biowave_test/env/lib/python3.5/site-packages/bob/db/biowave_test/test.py", line 36, in wrapper
    return test(*args, **kwargs)
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.db.biowave_test/env/lib/python3.5/site-packages/bob/db/biowave_test/test.py", line 152, in test_objects
    temp2.sort()
TypeError: unorderable types: Client() < Client()