]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add mark for pool tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 6 Jan 2022 23:23:46 +0000 (00:23 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 7 Jan 2022 01:46:51 +0000 (02:46 +0100)
commit5a8bb1bc68301f1d2105fe8885485eca6b2be59f
treef47709a945a01b1a1d745685c2a641b60a2bde9e
parentc44c4e6a059acc57a730ca92eb0e552717097bd0
Add mark for pool tests

Don't auto-skip pool test if import fails. This would miss serious
problems leading to the pool not being importable. If someone wants to
skip the pool tests they can use `-m 'not pool'` now.
tests/conftest.py
tests/pool/fix_pool.py [new file with mode: 0644]
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_sched.py
tests/pool/test_sched_async.py