Skip to content

Commit

Permalink
Removed failing test code
Browse files Browse the repository at this point in the history
It's not clear why this was here, or if it would ever have worked.
  • Loading branch information
agronholm committed Mar 11, 2024
1 parent b91b377 commit 0b4b259
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_platform_with_space(dummy_dist, monkeypatch):
)


def test_rmtree_readonly(monkeypatch, tmp_path, capsys):
def test_rmtree_readonly(monkeypatch, tmp_path):
"""Verify onerr works as expected"""

bdist_dir = tmp_path / "with_readonly"
Expand All @@ -349,10 +349,6 @@ def test_rmtree_readonly(monkeypatch, tmp_path, capsys):

assert not bdist_dir.is_dir()

if expected_count:
captured = capsys.readouterr()
assert "file.txt" in captured.out


def test_data_dir_with_tag_build(monkeypatch, tmp_path):
"""
Expand Down

0 comments on commit 0b4b259

Please sign in to comment.