summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-02 20:06:16 +0100
committermathieui <mathieui@mathieui.net>2014-11-02 20:08:31 +0100
commitd98f2dde25daddffd1818a3032ed492067375936 (patch)
treed505f073c5e1914129115546024d2d83b29c3cba /test
parent5ef948270b12671daf066a6eec844e2f0c489a24 (diff)
downloadpoezio-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')
-rw-r--r--test/test_common.py2
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,