-
Notifications
You must be signed in to change notification settings - Fork 62
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
testing: bumpversion and postrelease tests fails #405
Comments
The tests try to set the version to 2.9.5.dev0, but this fails, and the error is swallowed. |
The test around line 37 shows same results with and without three dots (the only difference seems to be in 'Expected'):
|
The list of "our reply" seens to be off by one. We answer "enter" on the version question (turning it into 0.1 instead of 2.9.4) and answer "2.9.4" where a yes/no or enter is expected:
The first question is "do you want to run check-manifest", I initially thought that might be the cause, that there could be an extra dependency that snuck into the test install. But actually it seems that there should even be an extra question to push the answer list further down? (Well, that's what you get with 15 year old software that's still very useful: it has older, more cumbersome test methods :-) ) |
Many bumpversion and postrelease tests fails at OpenIndiana. Typical example is this:
In addition, there is one different failure:
git version is 2.39.1
The text was updated successfully, but these errors were encountered: