add temporary security if set to True#527
Merged
Merged
Conversation
Member
Author
|
This one requires #520 to be fixed. Using temporary certs will cause the test to be hanging. There is one remaining problem with htcondor as the cryptography dependency cannot be installed using pip due to a missing whl. |
1920b4e to
74293b5
Compare
74293b5 to
ab45e97
Compare
Member
Author
|
rebased on #524 to actually check if the prerequisites are given |
ee45c6f to
931e280
Compare
Member
Author
|
needs to be rebased once #524 is merged. |
xfail pbs due to unshared home
931e280 to
71e3fd8
Compare
Member
Author
|
@guillaumeeb: many thanks for merging #524!! This is the last remaining bit of the bunch of PRs. This, however, is not much of a priority. It just aligns things a bit with other cluster implementations for convenience.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add cryptography dependency to htcondor testing
fix extra_dependency for testing: tests_require seems to be deprecated
Fixes #525