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

Fix pytest entrypoints with PYTHONPATH #107

Merged
merged 5 commits into from
Jun 14, 2024
Merged

Conversation

khatchad
Copy link
Member

Pytest entry points aren't being recognized in the presence of multi modules.

@khatchad khatchad added bug Something isn't working pytest PYTHONPATH labels Jun 14, 2024
@khatchad khatchad self-assigned this Jun 14, 2024
@khatchad
Copy link
Member Author

Ignoring the test for wala#198 for now.

@khatchad khatchad marked this pull request as ready for review June 14, 2024 22:08
@khatchad khatchad enabled auto-merge June 14, 2024 22:08
@khatchad
Copy link
Member Author

Basically, while fixing this problem, we've uncovered wala#198.

@khatchad khatchad disabled auto-merge June 14, 2024 22:09
@khatchad khatchad enabled auto-merge (squash) June 14, 2024 22:10
@khatchad khatchad merged commit 749aad2 into master Jun 14, 2024
3 checks passed
@khatchad khatchad deleted the fix_pytest_with_PYTHONPATH branch June 14, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pytest PYTHONPATH
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decorated functions specifying a PYTHONPATH don't show up in the call graph
1 participant