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 112112 "aiohttp" , # matches 7
113113 "bcrypt" , # matches 8
114114 "celery" , # matches 13
115+ "crane" , # matches 0
115116 "Django" , # matches 31
117+ "pulp-2to3-migration" , # matches 2
116118 "pytz" , # matches 6
117119 "scipy" , # matches 23
118120 "setuptools" , # matches 2
119121 "shelf-reader" , # matches 2
122+ "twine" , # matches 14
120123]
121- PYTHON_LG_PACKAGE_COUNT = 92
124+ PYTHON_LG_PACKAGE_COUNT = 108
122125PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME : PYTHON_LG_PACKAGE_COUNT }
123126PYTHON_LG_FIXTURE_COUNTS = {
124- "latest_3" : 51 ,
125- "sdist" : 28 ,
126- "bdist_wheel" : 64 ,
127- "multi" : 34 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
127+ "latest_3" : 59 ,
128+ "sdist" : 36 ,
129+ "bdist_wheel" : 72 ,
130+ "multi" : 36 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
128131}
129132
130133DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
You can’t perform that action at this time.
0 commit comments