Skip to content

Commit ad40051

Browse files
committed
cleanup
1 parent 05ff536 commit ad40051

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/run-tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ else
2525
exit 1
2626
fi
2727

28-
# Run the test runner.
29-
uv run ${UV_ARGS} --reinstall python .evergreen/scripts/run_tests.py "$@"
28+
# Start the test runner.
29+
uv run ${UV_ARGS} --reinstall .evergreen/scripts/run_tests.py "$@"
30+
3031
popd

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ markers = [
130130
"auth: tests that rely on authentication",
131131
"ocsp: tests that rely on ocsp",
132132
"atlas_connect: tests that rely on an atlas connection",
133-
"data_lake: tests that rely on atlas data lake",
134133
"perf: benchmark tests",
135134
"search_index: search index helper tests",
136135
"kms: client-side field-level encryption tests using kms",
@@ -235,7 +234,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?)|dummy.*)$"
235234

236235
[tool.ruff.lint.per-file-ignores]
237236
"pymongo/__init__.py" = ["E402"]
238-
".evergreen/scripts/run_tests.py" = ["T201"]
237+
".evergreen/scripts/*.py" = ["T201"]
239238
"test/*.py" = ["PT", "E402", "PLW", "SIM", "E741", "PTH", "S", "B904", "E722", "T201",
240239
"RET", "ARG", "F405", "B028", "PGH001", "B018", "F403", "RUF015", "E731", "B007",
241240
"UP031", "F401", "B023", "F811"]

0 commit comments

Comments
 (0)