pipdeptree/tests
Kemal Zebari e88356ff84
Mimic pip when handling --user-only in a virtual environment (#364)
In v2.16.1, we would not print any user-site packages if we were:
- In a virtual environment
- Using a custom interpreter

This makes since as we should be isolated away from the system
environment. The only case where we should be seeing user-site packages
is when these environments have system site packages enabled. This patch
brings back this behavior.
2024-05-07 10:01:08 -07:00
..
_models refactor the non_host part for not injecting to custom env (#346) 2024-04-09 19:43:50 -07:00
render Have --license work with --reverse (#321) 2024-02-23 18:25:58 -08:00
__init__.py Split project to parts (#261) 2023-07-15 07:43:08 -07:00
conftest.py Mimic pip when handling --user-only in a virtual environment (#364) 2024-05-07 10:01:08 -07:00
our_types.py Split project to parts (#261) 2023-07-15 07:43:08 -07:00
test_cli.py Have duplicate metadata and invalid reqs warnings honor --warn (#357) 2024-04-28 12:39:13 -07:00
test_discovery.py Mimic pip when handling --user-only in a virtual environment (#364) 2024-05-07 10:01:08 -07:00
test_non_host.py Mimic pip when handling --user-only in a virtual environment (#364) 2024-05-07 10:01:08 -07:00
test_pipdeptree.py Fix test_console failure finding pipdeptree in other environments (#351) 2024-04-13 15:55:38 +00:00
test_validate.py Have duplicate metadata and invalid reqs warnings honor --warn (#357) 2024-04-28 12:39:13 -07:00
test_warning.py Have duplicate metadata and invalid reqs warnings honor --warn (#357) 2024-04-28 12:39:13 -07:00