diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-02 20:06:16 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-02 20:08:31 +0100 |
commit | d98f2dde25daddffd1818a3032ed492067375936 (patch) | |
tree | d505f073c5e1914129115546024d2d83b29c3cba /test/test_common.py | |
parent | 5ef948270b12671daf066a6eec844e2f0c489a24 (diff) | |
download | poezio-d98f2dde25daddffd1818a3032ed492067375936.tar.gz poezio-d98f2dde25daddffd1818a3032ed492067375936.tar.bz2 poezio-d98f2dde25daddffd1818a3032ed492067375936.tar.xz poezio-d98f2dde25daddffd1818a3032ed492067375936.zip |
Make update.sh install the deps in a venv, and use them
simplifies the script and avoid cluttering the poezio/ directory.
also fix an unrelated test with slixmpp
Diffstat (limited to 'test/test_common.py')
-rw-r--r-- | test/test_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_common.py b/test/test_common.py index 315318bd..50643733 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -8,7 +8,7 @@ sys.path.append('src') import time import pytest import datetime -from sleekxmpp import JID +from slixmpp import JID from datetime import timedelta from common import (datetime_tuple, get_utc_time, get_local_time, shell_split, find_argument_quoted, find_argument_unquoted, |