-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When running the tests in Python 3, the search request often returns a page with no results (and no table for those results, see #1) when there should be results.
This doesn't seem to happen in practice (not tests) or every with in the tests with Python 2.
I tried implementing retry logic to solve this (see #1) but it doesn't seem to help. Even retrying up to 10 times with 1 second between attempts doesn't solve the problem in the Python 3 tests.
Might be best to drop support for Python 3 until this is solved.
Reactions are currently unavailable