-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release new version(s) to PyPi #311
Comments
v1.4.7 released to PyPI, supporting Django 2.2: https://pypi.org/project/django-nose/1.4.7 A v2.0 should:
This might allow removal of some compatibility code. This gives users an upgrade path:
|
Hello @jwhitlock, thank you for the development of the project. As I understand, you are not currently maintaing this project as stated in #310, that being said I am happy to contrbuite to it so it can support Django 3.2. I would you really appercaite if you would give any guildine on how to move forward, for example would this #313, be a good start? This library is being used by the OpenEdx platfomr, context here, so it's critcial for the team to make a decision in a timely manner on weather to keep using this library or look for alternatives. Thank you again for your time |
Hi @ghassanmas! I don't have experience with nose2, so I don't know if #313 is possible. I suspect that a new code effort would be best for a Django wrapper. It looks like someone tried with https://github.com/jpellerin/django-nose2, but that appears abandoned. My advice to continue with django-nose would be to prepare a v2.0 release like I described above, with changes for today's releases:
If you have an active project using django-nose, then you are in a better position than I am to make and test these changes. I could review PRs and give feedback, and help with the transition to a maintainer. |
Hi @jwhitlock and @ghassanmas! I'm working in a big active project and using django-nose. We want to upgrade to Django 3.1+, but django-nose don't support it: We want to help correct this issue, and upgrade django-nose to support new python and django versions. It's just open issues, and send PRs to solve it? Can you guys help me a little? Thanks. |
We're overdue for a release. My goal is to release basically what is in master, and then prepare for a second release with current Django support. I'll update this issue with what those look like.
The text was updated successfully, but these errors were encountered: