jazzband / django-nose

Django test runner using nose
http://pypi.python.org/pypi/django-nose
BSD 3-Clause "New" or "Revised" License
882 stars 234 forks source link

Add support for pre-release and development versions #312

Open jwhitlock opened 4 years ago

jwhitlock commented 4 years ago

PyPi has the concept of pre-release and development versions, which could be installed with:

pip install --pre django-nose

Published pre-release versions could include PRs that "work for me", and get wider testing, such as optional builds in continuous integration environments and manual installs in personal projects. This could help move several PRs that are stuck because they do not have integration tests that demonstrate the issue or that the change fixes them.

It is possible that setuptools_scm has features that would make pre-release versions easy for maintainers.