Skip to content

Commit aa76125

Browse files
committed
Rename to wheeldata/
1 parent 66e3ecc commit aa76125

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ def _findwheel(pkgname):
21942194
Otherwise, they are searched for in the test directory.
21952195
"""
21962196
wheel_dir = sysconfig.get_config_var('WHEEL_PKG_DIR') or os.path.join(
2197-
TEST_HOME_DIR, 'whldata',
2197+
TEST_HOME_DIR, 'wheeldata',
21982198
)
21992199
filenames = os.listdir(wheel_dir)
22002200
filenames = sorted(filenames, reverse=True) # approximate "newest" first

0 commit comments

Comments
 (0)