diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-03-20 16:19:52 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-05-11 16:27:12 +0000 |
commit | f5e8a54f095f28870d4c483ca56cc1abc01a2229 (patch) | |
tree | dff602ed10db0d5e11e625d60045a7ded826767c /tox.ini | |
parent | db2039fe2f333bc33342b4168910b7ed0a626bbd (diff) | |
download | buildstream-f5e8a54f095f28870d4c483ca56cc1abc01a2229.tar.gz |
Update all packages requirements
Also fix linting errors coming with new version of pylint
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ commands_pre = {envpython} setup.py build_ext --inplace commands = - pylint {posargs: src tests doc/source/conf.py setup.py} + pylint {posargs: src/buildstream tests doc/source/conf.py setup.py} deps = -rrequirements/requirements.txt -rrequirements/dev-requirements.txt |