man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

pytest-virtualenv add a possibility to upgrade a package #169

Open frenzymadness opened 3 years ago

frenzymadness commented 3 years ago

It would be nice to have the possibility to upgrade a package which is already present in the virtual environment.

Something like:

virtualenv.install_package('pip', installer='pip', upgrade=True)