Skip to content

Commit

Permalink
ci: add test step for python 11 (thegeeklab#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Nov 2, 2022
1 parent 3efac27 commit 00ac5a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ local PipelineTest = {
PythonVersion(pyversion='3.8'),
PythonVersion(pyversion='3.9'),
PythonVersion(pyversion='3.10'),
PythonVersion(pyversion='3.11'),
],
depends_on: [
'lint',
Expand Down
15 changes: 14 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@ steps:
depends_on:
- fetch

- name: python311-pytest
image: python:3.11
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry config experimental.new-installer false
- poetry install
- poetry version
- poetry run ansible-doctor --help
environment:
PY_COLORS: 1
depends_on:
- fetch

trigger:
ref:
- refs/heads/main
Expand Down Expand Up @@ -628,6 +641,6 @@ depends_on:

---
kind: signature
hmac: d757485c1798479c7d47cd472a55291adadae2ac40709ae5d513385b7784bbea
hmac: 84c98d056567b4358d8c441130bd567d94c3e5d5602f50b8b7d4073005d55d15

...

0 comments on commit 00ac5a2

Please sign in to comment.