Skip to content

Fix the coverage run_python_file call#46

Open
4383 wants to merge 1 commit into
smiley-debugger:masterfrom
4383:fix-coverage
Open

Fix the coverage run_python_file call#46
4383 wants to merge 1 commit into
smiley-debugger:masterfrom
4383:fix-coverage

Conversation

@4383
Copy link
Copy Markdown

@4383 4383 commented Dec 16, 2020

With recent versions of coverage it seems that the execfile module of coverage have been refactored and here we pull the latest version which isn't compatible with our usages, especially when we call the run_python_file which now accept only one argument.

These changes update our call.

With recent versions of coverage it seems that the execfile module of
coverage have been refactored and here we pull the latest version which
isn't compatible with our usages, especially when we call the
`run_python_file` which now accept only one argument.

These changes update our call.
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.

1 participant