GispoCoding / pytest-qgis

A pytest plugin for testing QGIS python plugins
GNU General Public License v2.0
29 stars 8 forks source link

Add new dependecies to pinned requirements files #6

Closed LKajan closed 2 years ago

LKajan commented 2 years ago

Pytest added new dependencies that were not specified in the requirements.txt. Somehow I got into situation that new pytest was installed without installing its dependency atomicwrites and tests failed.