pynvim icon indicating copy to clipboard operation
pynvim copied to clipboard

WIP: appveyor

Open bfredl opened this issue 7 years ago • 7 comments

Inspired by the neovim-ruby script

bfredl avatar Mar 06 '18 17:03 bfredl

Almost there:

python -m nose
72
.............................E.......................
73
======================================================================
74
ERROR: test_vim.test_command
75
----------------------------------------------------------------------
76
Traceback (most recent call last):
77
  File "C:\Python35\lib\site-packages\nose\case.py", line 198, in runTest
78
    self.test(*self.arg)
79
  File "C:\projects\python-client\test\test_vim.py", line 26, in test_command
80
    os.unlink(fname)
81
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\tmpaq48lhk5'
82

bfredl avatar Mar 06 '18 18:03 bfredl

https://github.com/neovim/python-client/commit/a2e1169952fb8c0c8a618a69f04a686ad37e3cc4 was supposed to fix that. Maybe try a local @with_setup function.

justinmk avatar Mar 06 '18 19:03 justinmk

Is the problem maybe Neovim having the file open? (https://github.com/neovim/python-client/commit/a2e1169952fb8c0c8a618a69f04a686ad37e3cc4#diff-a5d6c1e0ffb8d50d5794662b1a7cabeaR18)

/cc @brcolow

blueyed avatar Apr 12 '18 23:04 blueyed

sure, let's try :bwipeout then.

justinmk avatar Apr 12 '18 23:04 justinmk

Would be good to disable the Appveyor check in the Github settings to not get an X because of the missing config in other PRs. Might also be a AppVeyor setting though IIRC.

blueyed avatar Jul 14 '18 19:07 blueyed

(or get this PR in, of course.. :))

blueyed avatar Jul 14 '18 19:07 blueyed

Sorry been busy with other stuff. Just made the second attempt of asyncio on windows, let's see if appveyor likes it...

bfredl avatar Jul 15 '18 07:07 bfredl

Github actions runs Windows, though tests are failing on Windows currently.

justinmk avatar Jul 14 '23 20:07 justinmk