lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.13-35-g291b831

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.13-35-g291b831



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  291b8311898b103d5d6c0e38fd2ae3dcde48c4c1 (commit)
      from  71128746b8215568d1ea15d2577b3408670f4892 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=291b8311898b103d5d6c0e38fd2ae3dcde48c4c1

commit 291b8311898b103d5d6c0e38fd2ae3dcde48c4c1
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jul 5 19:04:49 2020 +0200

    Avoid newer isort for flake8 tests
    
    Do not install the latest isort because it currently breaks
    flake8-isort. This pinning should be removed as soon as
    https://github.com/gforcada/flake8-isort/issues/88 is resolved.

diff --git a/tox.ini b/tox.ini
index 98e2735..120baec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,9 @@ deps = flake8
        flake8-tidy-imports
        flake8-tuple
        pep8-naming
+       # keep the following until this is fixed:
+       # https://github.com/gforcada/flake8-isort/issues/88
+       isort<5
 commands = flake8 stdnum tests update setup.py
 
 [testenv:docs]

-----------------------------------------------------------------------

Summary of changes:
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
python-stdnum