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

OS matrix in CI #596

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

OS matrix in CI #596

wants to merge 3 commits into from

Conversation

jleightcap
Copy link

Resolves #553

Signed-off-by: Jack Leightcap <jack.leightcap@trailofbits.com>
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
woodruffw and others added 2 commits April 23, 2023 14:46
Signed-off-by: Jack Leightcap <jack.leightcap@trailofbits.com>
Comment on lines +13 to +14
cache_dir = _get_cache_dir(os.path.join("tmp", "foo", "cache_dir"))
assert str(cache_dir) == os.path.join("tmp", "foo", "cache_dir")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's happening here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, is this because of the Windows failure? We should probably use pytest's built-in tempdir functionality here 🙂

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly, to make the paths OS-agnostic. The os.path.join is to use have the string expand to a Windows-style path, but yeah those pytest docs look to be a better fit here.

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

Successfully merging this pull request may close these issues.

Run tests for Windows in GitHub Actions
2 participants