]> git.ipfire.org Git - thirdparty/psycopg.git/commit
tests: skip test_sql::test_invalid_name if not a super-user
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 23 Mar 2023 08:52:39 +0000 (09:52 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 25 Mar 2023 11:16:43 +0000 (11:16 +0000)
commita914adc839b1ed53d02f5b25c223f5cf768b16d3
treed79b3fe4541239443c07c842f1e34c8a19c31cf2
parent10fa0e7f6a2b489304eedc2715c74a34f1d28f15
tests: skip test_sql::test_invalid_name if not a super-user

Creating a base type, as done in that test, requires being a superuser.
tests/test_sql.py