[Answered ]-Is `python_paths` a correct parameter for pytest.ini

1👍

Your project is probably using the plugin pytest-pythonpath. If you use pytest 7.0.0 or greater, then it is completely safe to rename to pythonpath, as they do the same thing; in fact, you should switch to the built-in option as it’s better than relying on a plugin.

Leave a comment