Skip to content

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

Closed
datapythonista opened this issue Jun 16, 2019 · 6 comments
Closed

CI: read_clipboard / to_clipboard not working in Azure #26887

datapythonista opened this issue Jun 16, 2019 · 6 comments
Labels
CI Continuous Integration

Comments

@datapythonista
Copy link
Member

The clipboard system does not work in Azure Pipelines. I tried the next things:

Installing xsel and xclip (separately) as suggested in the documentation

Setting up a step in the azure settings based on the travis docs:

  - script: |
      set -x
      sudo apt-get install -y xsel xvfb
      export DISPLAY=":99.0"
      sh -e /etc/init.d/xvfb start
      sleep 3
    displayName: 'Setup clipboard'

But we still get the same paperclyp error. This is affecting the docs (see #26852) and also the tests (see #26428).

@datapythonista datapythonista added the CI Continuous Integration label Jun 16, 2019
@jorisvandenbossche jorisvandenbossche added this to the 0.25.0 milestone Jun 16, 2019
@datapythonista
Copy link
Member Author

No idea what's wrong with the clipboard with azure, but managed to get this error:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vsts'
qt.qpa.screen: QXcbConnection: Could not connect to display :99.0
Could not connect to any X display.

@jreback
Copy link
Contributor

jreback commented Jun 28, 2019

@datapythonista IIRC you have this working now?

@datapythonista
Copy link
Member Author

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.

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.25.0, 0.25.1 Jul 3, 2019
@TomAugspurger TomAugspurger modified the milestones: 0.25.1, 1.0 Aug 19, 2019
@WillAyd WillAyd mentioned this issue Sep 17, 2019
5 tasks
@jorisvandenbossche
Copy link
Member

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

@jorisvandenbossche jorisvandenbossche modified the milestones: 1.0, 1.1 Jan 8, 2020
@TomAugspurger
Copy link
Contributor

@datapythonista is the original description still accurate? Anything we should be doing here for 1.1?

@TomAugspurger TomAugspurger removed this from the 1.1 milestone Jul 6, 2020
@datapythonista
Copy link
Member Author

This was fixed in #29712, we are running the clipboard tests in some Azure builds now. Closing.

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

Successfully merging a pull request may close this issue.

4 participants