exclude py36 in pytest-html

This commit is contained in:
sommersoft 2022-03-27 21:43:22 -05:00
parent 0b12f28a63
commit c0ac0ffb6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"