Similarly to Workflows here: googleapis/python-workflows#83 this package installs tests into site-packages, which can break user tests if their tests directory shares the same name.
As I am not sure how you package the release, I don't think I can contribute a PR with a fix, but please look into this.
To reproduce:
install google-cloud-memcache
observe tests package in your venv's site-packages
Similarly to Workflows here: googleapis/python-workflows#83 this package installs
testsinto site-packages, which can break user tests if their tests directory shares the same name.As I am not sure how you package the release, I don't think I can contribute a PR with a fix, but please look into this.
To reproduce: