File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
pulp_python/tests/functional Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 144144 "aiohttp" , # matches 7
145145 "bcrypt" , # matches 8
146146 "celery" , # matches 13
147+ "crane" , # matches 0
147148 "Django" , # matches 31
149+ "pulp-2to3-migration" , # matches 2
148150 "pytz" , # matches 6
149151 "scipy" , # matches 23
150152 "setuptools" , # matches 2
151153 "shelf-reader" , # matches 2
154+ "twine" , # matches 14
152155]
153- PYTHON_LG_PACKAGE_COUNT = 92
156+ PYTHON_LG_PACKAGE_COUNT = 108
154157PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME : PYTHON_LG_PACKAGE_COUNT }
155158PYTHON_LG_FIXTURE_COUNTS = {
156- "latest_3" : 51 ,
157- "sdist" : 28 ,
158- "bdist_wheel" : 64 ,
159- "multi" : 34 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
159+ "latest_3" : 59 ,
160+ "sdist" : 36 ,
161+ "bdist_wheel" : 72 ,
162+ "multi" : 36 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
160163}
161164
162165DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
You can’t perform that action at this time.
0 commit comments