Doing this would make the output of the tests (eg, "warnings summary" on TravisCI, such as this one) much less cluttered and easier to digest.
Plus, we have to move away from that deprecated module hierarchy anyway. Better sooner than later.
Example of current warning output:
/tmp/tests/test_SessionFactory.py:3: FutureWarning: Themoduleodm2api.ODM2.modelswillbedeprecated. Pleaseuseodm2api.modelsinstead.
fromodm2api.ODM2.modelsimportCVElevationDatum, setSchema
Doing this would make the output of the tests (eg, "warnings summary" on TravisCI, such as this one) much less cluttered and easier to digest.
Plus, we have to move away from that deprecated module hierarchy anyway. Better sooner than later.
Example of current warning output: