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