Skip to content

Commit

Permalink
add pip-tools to NON_IMPORTABLE_PACKAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Aug 4, 2023
1 parent 6e59651 commit 60738a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/srd_smoke_tests/test_packages_installed_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]

# For these packages we check for an executable as they are not importable
NON_IMPORTABLE_PACKAGES = {"repro-catalogue": "catalogue"}
NON_IMPORTABLE_PACKAGES = {"repro-catalogue": "catalogue", "pip-tools": "pip-compile"}

# Some packages are imported using a different name than they `pip install` with
IMPORTABLE_NAMES = {
Expand Down

0 comments on commit 60738a9

Please sign in to comment.