We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472d7a0 commit 50bb8c1Copy full SHA for 50bb8c1
1 file changed
tests/test_release.py
@@ -78,7 +78,7 @@ def extract(self):
78
79
80
@pytest.fixture(scope="session")
81
-def build(request) -> Iterable[Build]:
+def build() -> Iterable[Build]:
82
dist_path = Path("dist").resolve()
83
if dist_path.is_dir():
84
shutil.rmtree(dist_path)
0 commit comments