-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: read_clipboard / to_clipboard not working in Azure #26887
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
Comments
No idea what's wrong with the clipboard with azure, but managed to get this error:
|
@datapythonista IIRC you have this working now? |
There are problems with the second pytest call slow / not-slow. Shouldn't be a problem after the refactoring of the parallelization of the tests, but there are problems there with the timings I still couldn't figure out why are happening. |
Removing the 1.0 milestone here, since we are still testing it on travis, I don't think this is a blocker for 1.0 |
@datapythonista is the original description still accurate? Anything we should be doing here for 1.1? |
This was fixed in #29712, we are running the clipboard tests in some Azure builds now. Closing. |
The clipboard system does not work in Azure Pipelines. I tried the next things:
Installing
xsel
andxclip
(separately) as suggested in the documentationSetting up a step in the azure settings based on the travis docs:
But we still get the same paperclyp error. This is affecting the docs (see #26852) and also the tests (see #26428).
The text was updated successfully, but these errors were encountered: