Skip to content

Commit

Permalink
Clean up after test
Browse files Browse the repository at this point in the history
  • Loading branch information
Agundez, Rodrigo committed Aug 25, 2023
1 parent 8f056a7 commit ba7045e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/masonry/builders/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ def test_wheel_build_script_creates_package() -> None:
assert "my_package/__init__.py" in z.namelist()
assert "my_package/foo.py" in z.namelist()

shutil.rmtree(module_path / "my_package")


def test_dist_info_file_permissions() -> None:
module_path = fixtures_dir / "complete"
Expand Down

0 comments on commit ba7045e

Please sign in to comment.