Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Pytest DeprecationWarning: invalid escape sequence \s (#1222)
https://travis-ci.org/Supervisor/supervisor/jobs/516836395#L260-L269 ``` =============================== warnings summary =============================== supervisor/tests/test_end_to_end.py:74 /home/travis/build/Supervisor/supervisor/supervisor/tests/test_end_to_end.py:74: DeprecationWarning: invalid escape sequence \s supervisorctl.expect('test_öäü\s+RUNNING', timeout=30) supervisor/tests/test_end_to_end.py:126 /home/travis/build/Supervisor/supervisor/supervisor/tests/test_end_to_end.py:126: DeprecationWarning: invalid escape sequence \s supervisorctl.expect('cat\s+in use\s+auto', timeout=30) -- Docs: https://docs.pytest.org/en/latest/warnings.html ```
- Loading branch information