mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-08 03:25:50 -05:00
Merge pull request #4283 from matrix-org/erikj/isort_df
Make isort tox check print diff when it fails
This commit is contained in:
commit
9b1c19e0c5
1
changelog.d/4283.misc
Normal file
1
changelog.d/4283.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Make isort tox check print diff when it fails
|
4
tox.ini
4
tox.ini
@ -134,7 +134,7 @@ commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_pas
|
|||||||
[testenv:check_isort]
|
[testenv:check_isort]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps = isort
|
deps = isort
|
||||||
commands = /bin/sh -c "isort -c -sp setup.cfg -rc synapse tests"
|
commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests"
|
||||||
|
|
||||||
[testenv:check-newsfragment]
|
[testenv:check-newsfragment]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
@ -150,4 +150,4 @@ deps =
|
|||||||
codecov
|
codecov
|
||||||
commands =
|
commands =
|
||||||
coverage combine
|
coverage combine
|
||||||
codecov -X gcov
|
codecov -X gcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user