Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No automatic testing on windows? #479

Closed
mauvilsa opened this issue Apr 8, 2024 · 2 comments
Closed

No automatic testing on windows? #479

mauvilsa opened this issue Apr 8, 2024 · 2 comments

Comments

@mauvilsa
Copy link

mauvilsa commented Apr 8, 2024

I have some unit tests that check the integration of argcomplete in jsonargparse. Since last week the tests using python 3.11 on windows started failing, see for example https://github.com/omni-us/jsonargparse/actions/runs/8575212908/job/23535242709. For all other python versions it works fine. I don't really understand what is going wrong.

But anyway, I came to this repo to see if the tests on windows were also failing. But there seems to be only tests on ubuntu and macos, e.g. https://github.com/kislyuk/argcomplete/actions/runs/8197350911/job/22419192361. Is it correct that there is no automatic testing on windows?

@kislyuk
Copy link
Owner

kislyuk commented Apr 8, 2024

Correct. This project does not provide direct Windows support (Windows provides WSL, which is the recommended way to make use of argcomplete on Windows). Contributors have maintained support for Powershell and Windows in general in the contrib directory.

@kislyuk kislyuk closed this as completed Apr 8, 2024
@kislyuk
Copy link
Owner

kislyuk commented Apr 8, 2024

From the log outputs of your tests, it does look like Python 3.11.9 may have introduced argparse API changes that may affect argcomplete functionality. I've opened a separate issue #481 to track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants