- From: John Jansen <John.Jansen@microsoft.com>
- Date: Tue, 16 Jan 2018 20:53:49 +0000
- To: Philip Jägenstedt <foolip@google.com>, "me@gsnedders.com" <me@gsnedders.com>
- CC: "public-test-infra@w3.org" <public-test-infra@w3.org>
- Message-ID: <BN6PR21MB0129513CD4B6401C301A068AF1EA0@BN6PR21MB0129.namprd21.prod.outlook.com>
Thanks for the quick responses. I nuked the repo from orbit. Deleted the directory and did a new clone; unfortunately, that means I cannot see what commit I was on that worked. I do have the _venv folder, but the only thing in there is a Lib directory From: Philip Jägenstedt [mailto:foolip@google.com] Sent: Tuesday, January 16, 2018 12:48 PM To: John Jansen <John.Jansen@microsoft.com>; me@gsnedders.com Cc: public-test-infra@w3.org Subject: Re: something broken in wpt run Hi John, can you tell from git reflog what commit you were on when you know this was working? +Geoffrey Sneddon<mailto:me@gsnedders.com>, you've made two recent changes to virtualenv.py, does the error look like it could be caused by those? On Tue, Jan 16, 2018 at 9:10 PM John Jansen <John.Jansen@microsoft.com<mailto:John.Jansen@microsoft.com>> wrote: I just did a brand-new clone of web-platform-tests, and now when I try to run the tests: Python wpt run edge weddriver I get an error: Traceback (most recent call last): File "wpt", line 5, in <module> wpt.main() File "C:\users\johnjan\documents\github\web-platform-tests\tools\wpt\wpt.py", line 111, in main venv = setup_virtualenv(main_args.venv, props) File "C:\users\johnjan\documents\github\web-platform-tests\tools\wpt\wpt.py", line 84, in setup_virtualenv venv.start() File "C:\users\johnjan\documents\github\web-platform-tests\tools\wpt\virtualenv.py", line 47, in start self.activate() File "C:\users\johnjan\documents\github\web-platform-tests\tools\wpt\virtualenv.py", line 42, in activate execfile(path, {"__file__": path}) IOError: [Errno 2] No such file or directory: 'C:\\users\\johnjan\\documents\\github\\web-platform-tests\\_venv\\Scripts\\activate_this.py' Is there some new step I need to take to force the Scripts directory to get created? This worked last night before I got the changes from this weekend. Can you help?
Received on Tuesday, 16 January 2018 20:54:16 UTC