File tree Expand file tree Collapse file tree
pulp_python/tests/functional Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111 "aiohttp" , # matches 7
112112 "bcrypt" , # matches 8
113113 "celery" , # matches 13
114+ "crane" , # matches 0
114115 "Django" , # matches 31
116+ "pulp-2to3-migration" , # matches 2
115117 "pytz" , # matches 6
116118 "scipy" , # matches 23
117119 "setuptools" , # matches 2
118120 "shelf-reader" , # matches 2
121+ "twine" , # matches 14
119122]
120- PYTHON_LG_PACKAGE_COUNT = 92
123+ PYTHON_LG_PACKAGE_COUNT = 108
121124PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME : PYTHON_LG_PACKAGE_COUNT }
122125PYTHON_LG_FIXTURE_COUNTS = {
123- "latest_3" : 51 ,
124- "sdist" : 28 ,
125- "bdist_wheel" : 64 ,
126- "multi" : 34 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
126+ "latest_3" : 59 ,
127+ "sdist" : 36 ,
128+ "bdist_wheel" : 72 ,
129+ "multi" : 36 , # keep_latest=1, package_types="bdist_wheel", prereleases=False
127130}
128131
129132DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
You can’t perform that action at this time.
0 commit comments