man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
559 stars 83 forks source link

pytest-server-fixtures: Remove six and future #221

Open s-t-e-v-e-n-k opened 1 year ago

s-t-e-v-e-n-k commented 1 year ago

Now that we only support Python 3.6 and above, we can stop using crutches like six and future.

s-t-e-v-e-n-k commented 1 year ago

This will partially deal with #209.