Conversation
|
The mock is being called from See #96 |
|
There's also this fail!? |
|
@cdeil - that second failure is a slightly hard-to-parse indicator that a warning isn't being raised that should be. Investigating now. As for the second, thanks for the tip there - I didn't realize the docs used the mock... Will fix. |
|
As I said in #96 ... I'm not actually sure any more the Sphinx build needs the mock ... |
|
Ok, will check that and just remove if that's the case. |
|
Turns out this is fixing a problem that I created in #90: it turns out that the way we're doing So it's possible this will fail somewhere in some apparently unrelated place because it has substantial testing side-effects But I think this now fixes #96 simply by not doing the mocking (it appears to not be necessary right now - I built the docs without warnings without an internet connection) |
|
FYI, @jberlanga, as an aside: this is why I think you were seeing weird changes in the beahvior of |
|
@eteq – I find this quite complicated to understand. Could you please add a few sentences explaining the logic of what is happening in Is it as simple as this?
|
…'s benefit [ci skip]
|
Alright, the tests passed one commit back, and the last commit adds an explanation as @cdeil requested, so this should be good to go. To answer your sepcific quetsion here, @cdeil, the idea after this change is that something with |
|
@eteq – Hmm. In your setup you say that the test should be duplicated (once with, once without the I'll try to come up with a solution that doesn't require duplicating the test in #103. |
This fixes #76 by adjusting the
from_namemocking to turn on or off depending on whether a test isremote-dataor not. I can confirm via the method of unplugging my ethernet cord that after this the remote_data tests fail if the internet is off.