Skip to content

Commit

Permalink
Remove non-existent test decorator
Browse files Browse the repository at this point in the history
`@symlink_test` skip tests on wasm, where symlinks behave inconsistently.
Python 3.10 doesn't do wasm and doesn't have the decorator.
  • Loading branch information
encukou committed Aug 22, 2023
1 parent f227b1c commit b98f37e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/test/test_tarfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,6 @@ def test_sly_relative2(self):
+ """['"].*moo['"], which is outside the """
+ "destination")

@symlink_test
def test_deep_symlink(self):
# Test that symlinks and hardlinks inside a directory
# point to the correct file (`target` of size 3).
Expand All @@ -3615,7 +3614,6 @@ def test_deep_symlink(self):
else:
self.expect_file('linkdir/symlink', size=3)

@symlink_test
def test_chains(self):
# Test chaining of symlinks/hardlinks.
# Symlinks are created before the files they point to.
Expand Down

0 comments on commit b98f37e

Please sign in to comment.