]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: fix skipping versions in parametrized tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 May 2022 13:05:13 +0000 (15:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:58:34 +0000 (12:58 +0100)
commit3579ca5024df206bcfe0578b33d48e3a15f35d1b
treefd4d7d8700e5b8a994c5ceee2cb31eedcbedae9f
parent3a32ed72678c5819e08d1b2e28a6d4dac436ee7d
test: fix skipping versions in parametrized tests

In the previous implementation, all the tests were skipped, because
annotations were added to the function and ended up affecting all
generated tests, not the marked ones only.
tests/fix_crdb.py
tests/fix_db.py
tests/utils.py