-
Notifications
You must be signed in to change notification settings - Fork 275
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
Tests failure when using generate_and_write_ed25519_keypair() on develop branch #1204
Comments
The AppVeyor run on my latest pr looks likes it shows the same issue: |
appveyor build uses |
0.18.0 had some breaking changes. I'm in the process of adopting them in: #1191 |
Sure, that's what I'm saying: pinned requirements work (as shown by travis), newest securesystemslib does not.
The issue still seems valid: the appveyor build result is unexpected -- especially compared to travis that is explicitly setup to be green in this situation. Maybe it's not worth spending time on if we're moving CI to github though. |
I agree. I think the AppVeyor config has been somewhat neglected compared to Travis Ci. Which is one more argument for unifying CI/CD for all platforms (#1195). |
@MVrachev, have you figured out why tests don't fail on 2.7? That seems odd to me. |
Now, after I have updated to the latest |
I also referenced the comment about non-matching Travis/Appveyor test setup in #1195 (comment). I think we can close here. @jku, @MVrachev, you agree? |
Yes, checked on python 3.8 and python 2.7 and this issue is solved for me and we can continue the discussion about the CI systems on the issue you have already opened about it. |
Description of issue or feature request:
When running the tests on the latest commit on the
develop
branch 201e07dI receive this error:
Interestingly those tests fail on python 3.6+, but not on Python 2.7.
I don't have python 3.5 locally.
Current behavior:
Two unit tests are failing.
Expected behavior:
No unit tests failures on the
develop
branch.The text was updated successfully, but these errors were encountered: