Skip to content

Commit 50bb8c1

Browse files
committed
test_release.py: remove unused parameter
1 parent 472d7a0 commit 50bb8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def extract(self):
7878

7979

8080
@pytest.fixture(scope="session")
81-
def build(request) -> Iterable[Build]:
81+
def build() -> Iterable[Build]:
8282
dist_path = Path("dist").resolve()
8383
if dist_path.is_dir():
8484
shutil.rmtree(dist_path)

0 commit comments

Comments
 (0)