Skip to content

Commit

Permalink
PyPy on Windows works again (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 3, 2021
1 parent be314eb commit d314541
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/ci_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_windows_ci_versions(self) -> List[str]:
if not self.templates.globals["pure_python"] and "3.8" in py_versions:
py_versions.remove("3.8") # FIXME: Python 3.8 tests fail on Windows for native wheels.

return [v for v in py_versions if not v.startswith("pypy")]
return py_versions

def get_linux_ci_versions(self) -> List[str]:
"""
Expand Down
3 changes: 2 additions & 1 deletion repo_helper/files/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def testenv_build(self):
self._ini["testenv:build"]["skip_install"] = True
self._ini["testenv:build"]["changedir"] = "{toxinidir}"
self._ini["testenv:build"]["deps"] = indent_join([
# "build>=0.3.0",
# "build[virtualenv]>=0.3.0",
"virtualenv",
"git+https://github.com/domdfcoding/build@issue-250",
"check-wheel-contents>=0.1.0",
"twine>=3.2.0",
Expand Down
1 change: 1 addition & 0 deletions tests/test_files/test_testing_/test_make_tox_matrix.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ commands =
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commands =
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
Expand Down

0 comments on commit d314541

Please sign in to comment.