keleshev / schema

Schema validation just got Pythonic
MIT License
2.86k stars 214 forks source link

Make mock test dependency optional for Python > 3.3 #305

Closed jelly closed 10 months ago

jelly commented 10 months ago

Since Python 3.3 unittest.mock is available as a build in module.

Tox still mentions mock, but I have no idea how to make that optional.