mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-03 13:36:58 +08:00
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:
@@ -1,2 +1 @@
|
||||
version = "0.1"
|
||||
python2 = true
|
||||
version = "4.0"
|
||||
|
||||
Reference in New Issue
Block a user