Skip to content

Commit be088d9

Browse files
committed
fix: bootstrap test looking for package with wrong name
The sdist we build for pysocks ends up with a canonical filename, instead of the mixed-case version of the name that is downloaded from pypi.org.
1 parent e1b03dc commit be088d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test_bootstrap_extras.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $OUTDIR/sdists-repo/downloads/setuptools-*.tar.gz
3939
$OUTDIR/sdists-repo/builds/setuptools-*.tar.gz
4040
$OUTDIR/work-dir/setuptools-*/build.log
4141
42-
$OUTDIR/wheels-repo/downloads/PySocks-*.whl
42+
$OUTDIR/wheels-repo/downloads/pysocks-*.whl
4343
$OUTDIR/sdists-repo/downloads/PySocks-*.tar.gz
4444
$OUTDIR/sdists-repo/builds/pysocks-*.tar.gz
4545
$OUTDIR/work-dir/pysocks-*/build.log

0 commit comments

Comments
 (0)