Skip to content

Update watch path for future gcloudc release

Marco Azzalin requested to merge fix-watch-path into master

Future versions of gcloudc won't import anymore Query from gcloudc.db.backends.datastore.commands which will cause djangae.tests.test_paginator.PaginatorTests.test_no_previous_on_first_page to fail since it will mock a function that won't be there anymore.

This MR aims to fix the sleuth.watch path to work correctly

Merge request reports