Skip to content

Commit e4e893a

Browse files
committed
Add missing package to LG_PROJECT_SPECIFIER
1 parent 7c8ea8e commit e4e893a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulp_python/tests/functional/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142

143143
PYTHON_LG_PROJECT_SPECIFIER = [
144144
"aiohttp", # matches 7
145+
"bcrypt", # matches 8
145146
"celery", # matches 13
146147
"crane", # matches 0
147148
"Django", # matches 31
@@ -154,7 +155,7 @@
154155
]
155156
PYTHON_LG_PACKAGE_COUNT = 108
156157
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
157-
PYTHON_LG_FIXTURE_PRERELEASES_SUMMARY = {PYTHON_CONTENT_NAME: 92}
158+
PYTHON_LG_FIXTURE_PRERELEASES_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
158159
PYTHON_LG_FIXTURE_COUNTS = {
159160
"latest_3": 59,
160161
"sdist": 36,

0 commit comments

Comments
 (0)