Skip to content

Commit 6859029

Browse files
committed
appveyor: Use only the staging index for PyQt5 installation
PyQt5 5.7.1 on PyPi falsely advertises python 3.4 support
1 parent 6687fcb commit 6859029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_tools/appveyor/step-test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ try {
5757

5858
# Widget tests
5959
python -m pip install `
60-
--extra-index-url "$Env:STAGING_INDEX" `
60+
--index-url "$Env:STAGING_INDEX" `
6161
PyQt5
6262

6363
echo "Running widget tests with PyQt5"

0 commit comments

Comments
 (0)