cldf-clts / pyclts

Apache License 2.0
11 stars 2 forks source link

Inventory bugfix #19

Closed tresoldi closed 4 years ago

tresoldi commented 4 years ago

This PR fixes inventory tests under Python 3.5. Due to backward compatibility issues discussed with @xrotwang , it is pinning the versions of all package dependencies in extra_require[test], namely pytest, pytest-mock, mock, pytest-cov, and coverage.

When moving from 3.5, we can roll back by simply unpinning those package versions and adjusting the minversion variable in setup.cfg.