Revert a testing commit from #13812
It (4f5d492cd6
) should have been reverted before the merge to develop.
This commit is contained in:
parent
5905ba12d0
commit
efdcb24328
|
@ -33,7 +33,7 @@ IS_PR = os.environ["GITHUB_REF"].startswith("refs/pull/")
|
|||
|
||||
trial_sqlite_tests = [
|
||||
{
|
||||
"python-version": "3.11",
|
||||
"python-version": "3.7",
|
||||
"database": "sqlite",
|
||||
"extras": "all",
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ if not IS_PR:
|
|||
|
||||
trial_postgres_tests = [
|
||||
{
|
||||
"python-version": "3.11",
|
||||
"python-version": "3.7",
|
||||
"database": "postgres",
|
||||
"postgres-version": "10",
|
||||
"extras": "all",
|
||||
|
@ -71,7 +71,7 @@ if not IS_PR:
|
|||
|
||||
trial_no_extra_tests = [
|
||||
{
|
||||
"python-version": "3.11",
|
||||
"python-version": "3.7",
|
||||
"database": "sqlite",
|
||||
"extras": "",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue