risicle commented on code in PR #2635:
URL: https://github.com/apache/thrift/pull/2635#discussion_r970065430
##########
test/py/util.py:
##########
@@ -28,5 +28,6 @@
def local_libpath():
globdir = os.path.join(_ROOT_DIR, 'lib', 'py', 'build', 'lib.*')
for libpath in glob.glob(globdir):
- if libpath.endswith('-%d.%d' % (sys.version_info[0],
sys.version_info[1])):
+ if libpath.endswith('-%d.%d' % (sys.version_info[0],
sys.version_info[1])) \
+ or libpath.endswith('-%s' % sys.implementation.cache_tag):
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]