a tmp dir does not need a 2nd random var#2604
Conversation
d503b2b to
7d7b644
Compare
matrss
left a comment
There was a problem hiding this comment.
This actually blocked running the test suite in a non-git checkout of the source code (e.g. extracted source archive) as it wouldn't find a commit sha then. So it is good that it gets removed.
But some changes are missing:
- This was the only usage of the git module in tests/, so the development dependency on gitpython can be removed:
MSS/requirements.d/development.txt
Line 15 in a3a98d8
- The docs are outdated now:
Lines 228 to 229 in a3a98d8
good catch, this should have been removed there already some time longer. The move to the meta.yaml was a copy. |
|
|
yeah, one timouts, 4 numpy related, #2616 |
7db43f7 to
9c6428f
Compare
Purpose of PR?:
Fixes #2536