Skip to content

Tests fixes #328

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

Merged
merged 3 commits into from
Mar 9, 2023
Merged

Tests fixes #328

merged 3 commits into from
Mar 9, 2023

Conversation

keszybz
Copy link
Contributor

@keszybz keszybz commented Mar 7, 2023

No description provided.

keszybz added 3 commits March 7, 2023 11:58
The formatting to substitute sys.executable was not effective because the
formatted string was discarded. But even when when the substitution is made,
pandoc ignores the shebang line in the file when the file is not executable and
invokes it using 'python'. This second issue was hiding the first. We need to
fix both to actually execute code using the desired sys.executable. Finally,
the first .format() was interfering with the second .format().
@JessicaTegner
Copy link
Owner

Can you please describe what is getting done here. Seems like the work of #327

@keszybz
Copy link
Contributor Author

keszybz commented Mar 7, 2023

Can you please describe what is getting done here. Seems like the work of #327

I don't think those are related. The first patch in this PR fixes an obvious bug in tests. I think the commit description is very clear. The other two patches are minor cleanups. ??

@JessicaTegner
Copy link
Owner

Fantastic work :)

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.

2 participants