Skip to content

Commit

Permalink
Bug 1672545 [wpt PR 26202] - Python3: Remove xfail for wpt unit tests…
Browse files Browse the repository at this point in the history
… in PY3, a=testonly

Automatic update from web-platform-tests
Python3: Remove xfail for wpt unit tests in PY3 (#26202)

Tests in test_wpt.py were marked as xfail due to virtualenv
activation issue (pypa/virtualenv#1710)
This issue has now been solved.
--

wpt-commits: 35faa70dcf2889231814b97c6a04e6fee8916e0e
wpt-pr: 26202
  • Loading branch information
ziransun authored and moz-wptsync-bot committed Oct 26, 2020
1 parent 3ca758b commit 5701813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/web-platform/tests/tools/wpt/tests/test_wpt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import errno
import os
import platform
import shutil
import socket
import subprocess
Expand Down Expand Up @@ -44,9 +43,6 @@ def get_persistent_manifest_path():

@pytest.fixture(scope="module", autouse=True)
def init_manifest():
# See https://github.com/pypa/virtualenv/issues/1710
if sys.version_info[0] >= 3 and platform.system() == "Windows":
pytest.xfail(reason="virtualenv activation fails in Windows for python3")
with pytest.raises(SystemExit) as excinfo:
wpt.main(argv=["manifest", "--no-download",
"--path", get_persistent_manifest_path()])
Expand Down

0 comments on commit 5701813

Please sign in to comment.