Is it a big deal to rename a plugin? #9841
-
I've been working on a plugin for a while now and the more I get into it, the more I realize that the original name I picked out isn't really indicative of its true functionality now. How big a deal is to just rename the repo in Githib? Will the Pytest auto-generated plugin list be updated (retiring the old name and putting in the new one)? I don't have much of a userbase yet (if any at all). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The plugin list is obtained from PyPI actually. You can't rename PyPI packages (AFAIK), so if you already published the plugin, it will appear twice in the plugin list as there will be now to PyPI packages. |
Beta Was this translation helpful? Give feedback.
The plugin list is obtained from PyPI actually. You can't rename PyPI packages (AFAIK), so if you already published the plugin, it will appear twice in the plugin list as there will be now to PyPI packages.