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 124124 "aiohttp" , # matches 7
125125 "bcrypt" , # matches 8
126126 "celery" , # matches 13
127+ "crane" , # matches 0
127128 "Django" , # matches 31
129+ "pulp-2to3-migration" , # matches 2
128130 "pytz" , # matches 6
129131 "scipy" , # matches 23
130132 "setuptools" , # matches 2
131133 "shelf-reader" , # matches 2
134+ "twine" , # matches 14
132135]
133- PYTHON_LG_PACKAGE_COUNT = 92
136+ PYTHON_LG_PACKAGE_COUNT = 108
134137PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME : PYTHON_LG_PACKAGE_COUNT }
135138PYTHON_LG_FIXTURE_COUNTS = {
136- "latest_3" : 51 ,
137- "sdist" : 28 ,
138- "bdist_wheel" : 64 ,
139- "multi" : 34 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
139+ "latest_3" : 59 ,
140+ "sdist" : 36 ,
141+ "bdist_wheel" : 72 ,
142+ "multi" : 36 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
140143}
141144
142145DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
You can’t perform that action at this time.
0 commit comments