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

CI: Add a test job for Cygwin #82

Merged
merged 3 commits into from
Dec 18, 2021
Merged

CI: Add a test job for Cygwin #82

merged 3 commits into from
Dec 18, 2021

Commits on Dec 18, 2021

  1. tests: skip uid/gid using tests under Cygwin

    There is no single user/group with UID/GID=0 under Cygwin unlike Unix.
    Skip the tests that assume this for now.
    lazka committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    4d4d32a View commit details
    Browse the repository at this point in the history
  2. CI: add a CI job for testing under Cygwin

    There are some tests skipped because of missing docutils, but
    cygwin currently is missing a docutils package for Python 3.9
    lazka committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    2a95a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d98a15 View commit details
    Browse the repository at this point in the history