Skip to content

Commit

Permalink
Merge pull request #2979 from AndreMiras/feature/test_get_dep_names_o…
Browse files Browse the repository at this point in the history
…f_package

✅ Fix test_get_dep_names_of_package
  • Loading branch information
AndreMiras authored Mar 7, 2024
2 parents b3cc034 + b48204f commit 5d61bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pythonpackage_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_get_dep_names_of_package():
# TEST 1 from external ref:
# Check that colorama is returned without the install condition when
# just getting the names (it has a "; ..." conditional originally):
dep_names = get_dep_names_of_package("python-for-android")
dep_names = get_dep_names_of_package("python-for-android==2023.9.16")
assert "colorama" in dep_names
assert "setuptools" not in dep_names
try:
Expand Down

0 comments on commit 5d61bdb

Please sign in to comment.