python icon indicating copy to clipboard operation
python copied to clipboard

use unittest.mock instead of mock

Open pgajdos opened this issue 3 years ago • 3 comments
trafficstars

Please consider to drop dependency on mock. unittest.mock can be used, as a fallback at least. As far as I tested, it works at least with 3.8, 3.9 and 3.10.

pgajdos avatar May 03 '22 06:05 pgajdos

That sounds good. @pgajdos would you like to send a PR?

roycaihw avatar May 09 '22 16:05 roycaihw

Ah, CLA. No, sorry. You can inspire in my PR though.

pgajdos avatar May 10 '22 11:05 pgajdos

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Aug 08 '22 12:08 k8s-triage-robot