We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3cc034 + b48204f commit 5d61bdbCopy full SHA for 5d61bdb
tests/test_pythonpackage_basic.py
@@ -85,7 +85,7 @@ def test_get_dep_names_of_package():
85
# TEST 1 from external ref:
86
# Check that colorama is returned without the install condition when
87
# just getting the names (it has a "; ..." conditional originally):
88
- dep_names = get_dep_names_of_package("python-for-android")
+ dep_names = get_dep_names_of_package("python-for-android==2023.9.16")
89
assert "colorama" in dep_names
90
assert "setuptools" not in dep_names
91
try:
0 commit comments