lugensa / scorched

Sunburnt offspring solr client
MIT License
27 stars 19 forks source link

Always use unittest.mock #59

Open ale-rt opened 3 years ago

ale-rt commented 3 years ago

There is no need for the external mock library since we are always on Python >= 3.6 now.

icemac commented 3 years ago

The Trove classifiers in setup.py still mention Python 2.7 as supported.

ale-rt commented 3 years ago

I updated the classifiers. I am not sure if the code still runs on Python 2.7 (it might be). I was just triggered by what I read here https://github.com/lugensa/scorched/commit/d7568f618de48cdb919eca0e5d1f2eaa5ddfdcf2#diff-ff3c479edefad986d2fe6fe7ead575a46b086e3bbcf0ccc86d85efc4a4c63c79R9