Philippe Pepiot

Results 74 comments of Philippe Pepiot

@amarao yes I think theses special characters should be urlencoded, which will not help humans :/ Note we can also use plain options instead of url, e.g. `python -m pytest...

Hi, You can run py.test with ``-vvs`` flags to enable debug output and see what command is actually run by testinfra. In this case I think testinfra run ``systemctl is-enabled...

Maybe we should look for /proc/1/exe instead of /sbin/init That being said, IIRC, some commands work with systemd not being pid 1 (like systemctl is-enabled).

@tdas3001 I've no time and no knowledge to review or maintain this. So unless there's a new maintainer able to handle it, windows support will remain minimal.

Hi, you used imago with `-update` right ? This should not occur with `-restart` because in this mode imago doesn't touch the manifest. I think the issue is probably related...

Did you try to urlencode the password ? e.g.: ``` pytest --hosts 'ssh://root:foo%[email protected]' test.py -vvv ```

Use pytest-xdist as documented in https://testinfra.readthedocs.io/en/latest/invocation.html#parallel-execution ?

Hi, I don't have any OS X here. So I cannot add support for it. If you achieve this maybe http://docs.travis-ci.com/user/osx-ci-environment/ is a good test plaform for running OS X...

Maybe: ```host.salt('sate.apply', 'foo', pillar={'cheese': 'spam'}``` ?

Any news on this ? I tried to dig into this issue and it seems that oniguruma 6.8.2 can compile on windows (with make_win64.bat & visual cpp) but jq seems...