Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ otherwise worked to improve six:
Marc Abramowitz
immerrr again
Alexander Artemenko
Alex Chen
Aymeric Augustin
Lee Ball
Ben Bariteau
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ envlist=py{27,36,37,38,39,310,311,312,313,314,py},flake8

[testenv]
deps= pytest
setenv =
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
commands= python -m pytest -rfsxX {posargs}

[testenv:flake8]
Expand Down