Skip to content

Commit ce44736

Browse files
committed
Decolonize CI
1 parent 18fd29c commit ce44736

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- {VERSION: "3.8", TOXENV: "py38"}
1616
- {VERSION: "3.9", TOXENV: "py39"}
1717
- {VERSION: "pypy3", TOXENV: "pypy3"}
18-
# -cryptographyMaster
19-
- {VERSION: "3.6", TOXENV: "py36-cryptographyMaster"}
20-
- {VERSION: "3.7", TOXENV: "py37-cryptographyMaster"}
21-
- {VERSION: "3.8", TOXENV: "py38-cryptographyMaster"}
22-
- {VERSION: "3.9", TOXENV: "py39-cryptographyMaster"}
23-
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMaster"}
18+
# -cryptographyMain
19+
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain"}
20+
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
21+
- {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
22+
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
23+
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMain"}
2424
# -cryptographyMinimum
2525
- {VERSION: "3.6", TOXENV: "py36-cryptographyMinimum"}
2626
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
@@ -30,7 +30,7 @@ jobs:
3030
# Random order
3131
- {VERSION: "3.9", TOXENV: "py39-randomorder"}
3232
# Downstreams
33-
- {VERSION: "3.7", TOXENV: "py37-twistedMaster"}
33+
- {VERSION: "3.7", TOXENV: "py37-twistedTrunk"}
3434
# Meta
3535
- {VERSION: "3.9", TOXENV: "check-manifest"}
3636
- {VERSION: "3.9", TOXENV: "pypi-readme"}
@@ -59,8 +59,8 @@ jobs:
5959
matrix:
6060
TEST:
6161
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
62-
# cryptographyMaster used since there's no wheel
63-
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster"}
62+
# cryptographyMain used since there's no wheel
63+
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
6464
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
6565
steps:
6666
- uses: actions/[email protected]

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {pypy3,py36,py37,py38,py39}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py37-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
2+
envlist = {pypy3,py36,py37,py38,py39}{,-cryptographyMain,-cryptographyMinimum}{,-randomorder},py37-twistedTrunk,pypi-readme,check-manifest,flake8,docs,coverage-report
33

44
[testenv]
55
whitelist_externals =
@@ -9,7 +9,7 @@ extras =
99
test
1010
deps =
1111
coverage>=4.2
12-
cryptographyMaster: git+https://github.com/pyca/cryptography.git
12+
cryptographyMain: git+https://github.com/pyca/cryptography.git
1313
cryptographyMinimum: cryptography==3.3
1414
randomorder: pytest-randomly
1515
setenv =
@@ -22,7 +22,7 @@ commands =
2222
coverage run --parallel -m OpenSSL.debug
2323
coverage run --parallel -m pytest -v {posargs}
2424

25-
[testenv:py37-twistedMaster]
25+
[testenv:py37-twistedTrunk]
2626
deps =
2727
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
2828
setenv =

0 commit comments

Comments
 (0)