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

Fixes a bug that breaks virtual modules on Windows #746

Merged
merged 4 commits into from
Jan 10, 2024

Commits on Jan 10, 2024

  1. [build] Run tests on Windows.

    The use of temporary files for injecting fixtures into packages shows platform-specific behavior. As a result, it makes sense to run the tests on Windows as well, at least as long as the virtual module workaround is in place.
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2f88a8e View commit details
    Browse the repository at this point in the history
  2. [tests] Fixed deprecated use of yield_fixture in test.

    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ac2875f View commit details
    Browse the repository at this point in the history
  3. [ci] Shorten names of display OS in CI jobs.

    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    00ee075 View commit details
    Browse the repository at this point in the history
  4. [fix] Make virtual modules compatible with Windows.

    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    705f745 View commit details
    Browse the repository at this point in the history