Skip to content

Commit

Permalink
[tests] fix hacking tests
Browse files Browse the repository at this point in the history
Change-Id: I44f9eb18ccbfa3f990b2789f9fa43abc9cb6433a
  • Loading branch information
xqt committed Aug 8, 2024
1 parent f8375bd commit 8f6486b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ commands =

hacking: flake8 --version
hacking-py37: flake8 --format=default {posargs}
hacking-py38: flake8 --color always {posargs}
hacking-py39: flake8 --color always {posargs}
hacking-py312: flake8 --color always {posargs}
hacking-pypy: flake8 --color always {posargs}

deeptest: python {[params]generate_user_files}
deeptest-py37: python -m unittest discover -vv -p "*_tests.py"
Expand Down

0 comments on commit 8f6486b

Please sign in to comment.