Skip to content

Commit

Permalink
Bug 1617840 [wpt PR 21954] - Unskip linting unit test by making it wo…
Browse files Browse the repository at this point in the history
…rk with python3, a=testonly

Automatic update from web-platform-tests
Fix

--

wpt-commits: b9b3e97392c4f3184a9811a76d2d955a376f1e84
wpt-pr: 21954

UltraBlame original commit: cd05a3d82feb25205c9ab1542171c7dadf520534
  • Loading branch information
marco-c committed Feb 27, 2020
1 parent 81555c4 commit 6c7b66a
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions testing/web-platform/tests/tools/lint/tests/test_file_lints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5809,27 +5809,6 @@
)

]
pytest
.
mark
.
skipif
(
six
.
PY3
reason
=
"
Cannot
parse
print
statements
from
python
3
"
)
def
test_print_statement
(
Expand All @@ -5850,9 +5829,11 @@
\
n
print
(
'
statement
'
)
\
n
print
Expand Down

0 comments on commit 6c7b66a

Please sign in to comment.