This issue was created after @ewjoachim comment on replacing factory.fuzzy by fatory.Faker. The reason is that the fuzzy method is deprecated in favor of faker.
So, the goal of this issue is to update all factories class under tests/common/db/ to replace the methods as commented above. Since this will only touch test code, the acceptance criteria for a possible PR would be its CI status.
Good First Issue: This issue is good for first time contributors. If you've already contributed to Warehouse, work on another issue without this label instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide.
If you are working on this issue and have questions, feel free to ask them here, in the #pypa-dev chat channel on Libera, or on the distutils-sig.python.org mailing list.
Screenshot Required: If your pull request makes a visual change, include a screenshot of your update. This helps our team give you feedback faster.
This issue was created after @ewjoachim comment on replacing
factory.fuzzybyfatory.Faker. The reason is that thefuzzymethod is deprecated in favor of faker.So, the goal of this issue is to update all factories class under
tests/common/db/to replace the methods as commented above. Since this will only touch test code, the acceptance criteria for a possible PR would be its CI status.Good First Issue: This issue is good for first time contributors. If you've already contributed to Warehouse, work on another issue without this label instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide.
If you are working on this issue and have questions, feel free to ask them here, in the
#pypa-devchat channel on Libera, or on the distutils-sig.python.org mailing list.Screenshot Required: If your pull request makes a visual change, include a screenshot of your update. This helps our team give you feedback faster.