add pytest-mock
This commit is contained in:
parent
15ee41d22d
commit
2c1a1bf68e
|
@ -60,6 +60,13 @@ jobs:
|
||||||
matrix_exclude: |
|
matrix_exclude: |
|
||||||
3.6
|
3.6
|
||||||
|
|
||||||
|
- name: "pytest-mock"
|
||||||
|
repo: "pytest-dev/pytest-mock"
|
||||||
|
docker_profile: "nodb"
|
||||||
|
jobs: "test"
|
||||||
|
workflow_name: "test.yml"
|
||||||
|
matrix_exclude: ""
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -43,5 +43,20 @@
|
||||||
"replace": "py\\1\\2"
|
"replace": "py\\1\\2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pytest-mock": {
|
||||||
|
"matrix": [
|
||||||
|
"matrix",
|
||||||
|
"python"
|
||||||
|
],
|
||||||
|
"tox_cmd_build": {
|
||||||
|
"base": "",
|
||||||
|
"prefix": "",
|
||||||
|
"sub":
|
||||||
|
{
|
||||||
|
"pattern": "(\\d|py\\d)\\.*(\\d+)",
|
||||||
|
"replace": "py\\1\\2"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue