diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-02 02:58:22 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-02 02:58:22 +0000 |
commit | 4cc8afd3b1526b621e4f6d2f63007d3c46b860f0 (patch) | |
tree | fe32e4a0acb0cb912d78e7bd8e0ace2146a60ec3 /tests/test_notify.py | |
parent | 8a2e9eabcae94013b4d5987b4bc31487efdef102 (diff) | |
download | psycopg2-fast-test.tar.gz |
Further skipping of slow testsfast-test
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-x | tests/test_notify.py | 1 |
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') |