Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 3, 2023
1 parent 575794a commit c25e0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
#------------------------------------------------------------------------
def distutils_dir_name(dir_name):
"""Returns the name of a distutils build directory"""
f = "{dirname}.{platform}-cpython-{version[0]}{version[1]}"
# f = "{dirname}.{platform}-cpython-{version[0]}{version[1]}"
f = "{dirname}.{platform}-{version[0]}.{version[1]}"
return f.format(dirname=dir_name,
platform=sysconfig.get_platform(),
version=sys.version_info)
Expand Down

0 comments on commit c25e0f2

Please sign in to comment.