We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1127cd commit 1720b09Copy full SHA for 1720b09
src/python_inspector/utils_pypi.py
@@ -147,7 +147,7 @@ def get_python_dot_version(version):
147
"manylinux2014_x86_64",
148
"manylinux2014_aarch6",
149
"musllinux_1_2_x86_64",
150
- "manylinux_2_33_aarch64"
+ "manylinux_2_33_aarch64",
151
],
152
"macos": [
153
"macosx_10_6_intel",
tests/test_api.py
@@ -117,6 +117,7 @@ def test_api_with_lief_python_312():
117
)
118
check_data_results(results=results.to_dict(generic_paths=True), expected_file=expected_file)
119
120
+
121
def test_api_with_partial_setup_py():
122
expected_file = test_env.get_test_loc("test-api-with-partial-setup-py.json", must_exist=False)
123
results = resolver_api(
0 commit comments