ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
307 stars 26 forks source link

Allow specification of package management tool for unit test runs #210

Closed ehmatthes closed 4 months ago

ehmatthes commented 1 year ago

With all the work around different package managers going on, it would probably be helpful to allow contributors to run tests for only one package manager at a time. See unchecked task here

Workaround: You can edit this line in conftest.py and control which package managers are tested. The implementation for this issue will be exposing these values in the testing CLI.