generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add the possibility to point towards the path of the environment to use for inferring package distribution information. #161
Comments
4 tasks
mknorps
changed the title
Add the possibility to point towards the path of the environment to use for inferring package distribution information. LATER
Add the possibility to point towards the path of the environment to use for inferring package distribution information.
Feb 17, 2023
mknorps
added a commit
that referenced
this issue
Feb 18, 2023
It is a temporary solution for problem of taking the D2I mapping from the same environment as tests are run. More general solution should come with solving #161
mknorps
added a commit
that referenced
this issue
Feb 20, 2023
It is a temporary solution for problem of taking the D2I mapping from the same environment as tests are run. More general solution should come with solving #161
mknorps
added a commit
that referenced
this issue
Feb 20, 2023
Fix filter function for unused dependency to work well for ignored_unused_deps Edit test case for mixed dependencies Fix compare tests to use D2I mapping Change tests with black to flake8 It is a temporary solution for problem of taking the D2I mapping from the same environment as tests are run. More general solution should come with solving #161
mknorps
added a commit
that referenced
this issue
Feb 20, 2023
Fix filter function for unused dependency to work well for ignored_unused_deps Edit test case for mixed dependencies Fix compare tests to use D2I mapping Change tests with black to flake8 It is a temporary solution for problem of taking the D2I mapping from the same environment as tests are run. More general solution should come with solving #161
Closed via #219. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be able to test the behaviour of FawltyDeps on real projects and to see the improvement, we need to have a way to define and use an environment different that the FD test environment.
This issue was mentioned by @jherland, @Nour-Mws and @mknorps on many occasions:
in
tests_map_dep_name_to_import_names.py
:in Incorporating dependency to imports mapping #150
in slack communication:
@Nour-Mws
@jherland
The text was updated successfully, but these errors were encountered: