mock: Remove version checks, remove Python 2 (#5948)

The mock package is a backport of the latest `unittest.mock` module for all supported Python versions, making version checks unnecessary.

Also update the package version. The latest version doesn't support Python 2 anymore.
This commit is contained in:
Gary Yendell
2021-08-23 13:57:34 +02:00
committed by GitHub
parent 034a5f6aec
commit 28f2953b49
2 changed files with 102 additions and 184 deletions
+1 -2
View File
@@ -1,2 +1 @@
version = "0.1"
python2 = true
version = "4.0"