Skip to content

Commit a5a9aca

Browse files
no more check-manifest
1 parent 650ab6d commit a5a9aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __post_init__(self) -> None:
100100
),
101101
# the other sessions, they don't need pyright, but they need to run
102102
ExecutionGroup(
103-
sessions=("lint", "slotscheck", "check-manifest"),
103+
sessions=("lint", "slotscheck"),
104104
groups=("tools",),
105105
),
106106
# build
@@ -261,7 +261,7 @@ def slotscheck(session: nox.Session) -> None:
261261
session.run("python", "-m", "slotscheck", "--verbose", "-m", "disnake")
262262

263263

264-
@nox.session(requires=["check-manifest"])
264+
@nox.session()
265265
def build(session: nox.Session) -> None:
266266
"""Build a dist."""
267267
install_deps(session)

0 commit comments

Comments
 (0)