Update version of setuptools used to test constraint file

This commit is contained in:
Joe Rickerby
2020-03-11 08:46:01 +00:00
parent 4fb4e44c23
commit cc956ea6cd
@@ -72,7 +72,7 @@ def test_dependency_constraints_file(tmp_path):
tool_versions = {
'pip': '19.2.3',
'setuptools': '43.0.0',
'setuptools': '44.0.0',
'wheel': '0.34.2',
'virtualenv': '16.7.8',
}