add unit tests for conretization with develop version#2064
add unit tests for conretization with develop version#2064tgamblin merged 1 commit intospack:developfrom
Conversation
b8c973e to
627c6b9
Compare
|
OK... I see what this does, but I don't think it's where we should be going. In general I believe that non-checksummable versions should never be installed by default. Without a better Spack security model (proposed but not yet implemented), we can't really enforce this. But we don't want to encourage the opposite. |
should not this still be the case when the only version is from a github repo like |
|
@tgamblin @adamjstewart ping. |
|
I could see where someone might want to mark |
|
whether or not we warn about installation of |
|
But why should we unit test a case we want to avoid?
|
|
@citibeth : I am confused, you opened an issue which says add unit tests (see OP, essentially coming from this comment #1933 (comment) by @tgamblin from your PR ), I did exactly this here. |
|
With a new Spack security model, I envision a On Thu, Oct 20, 2016 at 5:39 PM, Todd Gamblin [email protected]
|
|
Until we get a better security model, I'm of the opinion that package PRs On Thu, Oct 20, 2016 at 4:01 PM, Denis Davydov [email protected]
|
| from spack import * | ||
|
|
||
|
|
||
| class DevelopTest2(Package): |
There was a problem hiding this comment.
@citibeth do you want me to remove this unit test? I am fine to do that, but we certainly need the second one!
|
I would prefer it be removed. But a this point... I've communicated my On Tue, Oct 25, 2016 at 2:59 PM, Denis Davydov [email protected]
|
627c6b9 to
7bd0d3c
Compare
done. @tgamblin : i think this unit-test only PR is ready to be merged as soon as Travis is happy. |
fixes #1940
This is WIP, as I can't run tests locally: