exclude py36 in pytest-html
This commit is contained in:
parent
0b12f28a63
commit
c0ac0ffb6c
|
@ -50,7 +50,7 @@ jobs:
|
|||
docker_profile: "nodb"
|
||||
jobs: "test_python"
|
||||
workflow_name: "tests.yml"
|
||||
matrix_exclude: ""
|
||||
matrix_exclude: py36-ubuntu
|
||||
|
||||
- name: "pytest-order"
|
||||
repo: "pytest-dev/pytest-order"
|
||||
|
|
Loading…
Reference in New Issue