File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
pulp_python/tests/functional Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 143143PYTHON_LG_PROJECT_SPECIFIER = [
144144 "aiohttp" , # matches 7
145145 "celery" , # matches 13
146+ "crane" , # matches 0
146147 "Django" , # matches 31
148+ "pulp-2to3-migration" , # matches 2
149+ "pytz" , # matches 6
147150 "scipy" , # matches 23
148151 "setuptools" , # matches 2
149152 "shelf-reader" , # matches 2
153+ "twine" , # matches 14
150154]
151- PYTHON_LG_PACKAGE_COUNT = 78
155+ PYTHON_LG_PACKAGE_COUNT = 108
152156PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME : PYTHON_LG_PACKAGE_COUNT }
153157PYTHON_LG_FIXTURE_PRERELEASES_SUMMARY = {PYTHON_CONTENT_NAME : 92 }
154158PYTHON_LG_FIXTURE_COUNTS = {
155- "latest_3" : 37 ,
156- "sdist" : 24 ,
157- "bdist_wheel" : 54 ,
158- "multi" : 26 , # 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
159163}
160164
161165DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
You can’t perform that action at this time.
0 commit comments