revert the change from
893b4e03921eb1a86e202988bf247251d0d2fae9
and set lower bound for psycopg to 3.0.7
Change-Id: If506c6c3190c4d40683a10ddaea32a417e9c6ed4
References: https://github.com/psycopg/psycopg/issues/178
asyncpg;python_version>="3"
postgresql_psycopg2binary = psycopg2-binary
postgresql_psycopg2cffi = psycopg2cffi
-postgresql_psycopg = psycopg>=3.0.2
+postgresql_psycopg = psycopg>=3.0.7
pymysql =
pymysql;python_version>="3"
pymysql<1;python_version<"3"
)
@testing.requires.sane_multi_rowcount
- @testing.skip_if("+psycopg", "unknown regression as of psycopg 3.0.6")
def test_delete_multi_missing_warning(self):
Parent, Child = self._fixture()
sess = fixture_session()