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
We currently depend on the digitalearthau package for running the test suite. This package is not publicly available from PyPI or conda-forge, and contains lots of code that is no longer actively used. Also, this test fixture code is not compatible with datacube-core >= 1.8.8 (See #453).
We need to remove this dependency.
The test functions are useful for setting up and cleaning up an ODC database.
The easiest solution is probably to copy that code into this repository.
The best solution would be to move that code into datacube-core and have it provide test fixtures for ODC databases.
We currently depend on the digitalearthau package for running the test suite. This package is not publicly available from PyPI or conda-forge, and contains lots of code that is no longer actively used. Also, this test fixture code is not compatible with datacube-core >= 1.8.8 (See #453).
We need to remove this dependency.
The test functions are useful for setting up and cleaning up an ODC database.
The easiest solution is probably to copy that code into this repository.
The best solution would be to move that code into datacube-core and have it provide test fixtures for ODC databases.
@jeremyh @Ariana-B @SpacemanPaul @pindge
The text was updated successfully, but these errors were encountered: