chore: rename joerick/cibuildwheel -> pypa/cibuildwheel (#682)

* chore: rename joerick/cibuildwheel -> pypa/cibuildwheel

* Update Appveyor status badge markup

Note that it still has joerick/cibuildwheel - confusingly it's still within my appveyor account, but this is the new project that points to the pypa github repo

* Update Appveyor badge markup again

I went through a few passes to enable that project, here's the latest.

* Update Azure badge, also

* Update Travis badge to reference the .com

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Henry Schreiner
2021-05-24 17:24:36 -04:00
co-authored by Joe Rickerby
parent 5150122a95
commit 6ab9906ff0
23 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import pytest
from cibuildwheel.util import download
DOWNLOAD_URL = "https://raw.githubusercontent.com/joerick/cibuildwheel/v1.6.3/requirements-dev.txt"
DOWNLOAD_URL = "https://raw.githubusercontent.com/pypa/cibuildwheel/v1.6.3/requirements-dev.txt"
def test_download(monkeypatch, tmp_path):