summaryrefslogtreecommitdiff
path: root/tests/test_notify.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-02 02:58:22 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-02 02:58:22 +0000
commit4cc8afd3b1526b621e4f6d2f63007d3c46b860f0 (patch)
treefe32e4a0acb0cb912d78e7bd8e0ace2146a60ec3 /tests/test_notify.py
parent8a2e9eabcae94013b4d5987b4bc31487efdef102 (diff)
downloadpsycopg2-fast-test.tar.gz
Further skipping of slow testsfast-test
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-xtests/test_notify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_notify.py b/tests/test_notify.py
index 4e99a3e..0e74e1d 100755
--- a/tests/test_notify.py
+++ b/tests/test_notify.py
@@ -111,6 +111,7 @@ conn.close()
self.assertEqual(pids[name], pid)
names.pop(name) # raise if name found twice
+ @slow
def test_notifies_received_on_execute(self):
self.autocommit(self.conn)
self.listen('foo')