Skip to content

Commit 71ba308

Browse files
committed
fix: adjust test sessions to account for noxfile changes
1 parent 6b6f2e0 commit 71ba308

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
GLOBAL_NOX_SESSIONS: list[str] = [
3131
"pre-commit",
32-
"format-python",
33-
"lint-python",
3432
*TYPE_CHECK_NOX_SESSIONS,
3533
*TESTS_NOX_SESSIONS,
3634
"docs-build",
@@ -44,4 +42,4 @@
4442
"coverage",
4543
]
4644

47-
RUST_NOX_SESSIONS: list[str] = ["format-rust", "lint-rust", "tests-rust", "publish-rust"]
45+
RUST_NOX_SESSIONS: list[str] = ["tests-rust", "publish-rust"]

0 commit comments

Comments
 (0)