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.
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]
, namelypytest
,pytest-mock
,mock
,pytest-cov
, andcoverage
.When moving from 3.5, we can roll back by simply unpinning those package versions and adjusting the
minversion
variable insetup.cfg
.