Skip to content

Commit 3cd47ba

Browse files
committed
perf(sqlalchemy-bigquery): remove duplicate system_noextras session and permanent error reruns
1 parent b32fcb6 commit 3cd47ba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,6 @@ def _run_system_test_logic(session, test_type):
418418
"--reruns=3",
419419
"--reruns-delay=3",
420420
"--only-rerun=Exceeded rate limits",
421-
"--only-rerun=Already Exists",
422-
"--only-rerun=Not found",
423-
"--only-rerun=Cannot execute DML over a non-existent table",
424421
"--only-rerun=Job exceeded rate limits",
425422
test_path,
426423
*session.posargs,
@@ -437,7 +434,7 @@ def _run_system_test_logic(session, test_type):
437434

438435

439436
@nox.session(python="3.12")
440-
@nox.parametrize("test_type", ["system", "system_noextras", "compliance"])
437+
@nox.parametrize("test_type", ["system", "compliance"])
441438
@_calculate_duration
442439
def system(session, test_type):
443440
"""Run the system test suite."""

0 commit comments

Comments
 (0)