Update test_showtable to split lines as in other tests - #7134
Conversation
|
Hi there @saimn 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 If there are any issues with this message, please report them here. |
|
@astrofrog - There is a new (?) failure on CircleCI, maybe related to your recent docker changes ? |
|
I think the tolerance needs to be increased a bit - e.g 0.2 would do. I think maybe the random numbers are changing from run to run (I noticed this goes away when re-running) |
|
@saimn @astrofrog - Is this good to go? If yes, please rebase to make sure CI is still happy. |
|
@bsipocz - Yes, it is pretty straightforward, I rebased to be sure. |
Update test_showtable to split lines as in other tests
Following #7126, which recalled me that in #6859 at some point I used
.splitlinesin all tests but forgot one.