Drop six dependency

This commit is contained in:
Roman Zeyde
2021-06-19 21:39:45 +03:00
parent e8cf356248
commit ceffe7fac0
4 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
pip install pytest mock pycodestyle coverage pylint six
pip install pytest mock pycodestyle coverage pylint
pip install -e .
- name: Lint