You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test failed because an old version of SQLite was being used by Travis. I handled this 4e45e8f by updating .travis.yml. But this should be likely handled somewhere else, probably in setup.py?
Ditto for other things we specify in addons/apt/packages.
The text was updated successfully, but these errors were encountered:
#37 may help resolve this. pip is only for managing Python dependencies. Anaconda/conda can manage the entire environment, including non-Python dependencies such as SQLite.
(Travis will need to use the conda environment to prevent that failure from recurring.)
A test failed because an old version of SQLite was being used by Travis. I handled this 4e45e8f by updating .travis.yml. But this should be likely handled somewhere else, probably in setup.py?
Ditto for other things we specify in addons/apt/packages.
The text was updated successfully, but these errors were encountered: