Skip to content

Commit

Permalink
Update python-config-test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov authored Dec 5, 2022
1 parent 2e99e99 commit f3dde1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/python-config-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if pkg_installer:
expected_lib_dir_path = '/Library/Frameworks/Python.framework/Versions/{0}.{1}/lib'.format(version_major, version_minor)
else:
expected_lib_dir_path = '{os.getenv("AGENT_TOOLSDIRECTORY")}/Python/{0}/x64/lib'.format(version)
expected_lib_dir_path = '{0}/Python/{1}/x64/lib'.format(os.getenv("AGENT_TOOLSDIRECTORY"), version)

# Check modules
### Validate libraries path
Expand Down

0 comments on commit f3dde1c

Please sign in to comment.