Skip to content

Commit

Permalink
tests: temporarily force bandit < 1.6.0
Browse files Browse the repository at this point in the history
* Due to a bug upstream bandit 1.6.0 doesn't honor the excluded
  directories, causing the failure of the bandit tox environments.
  See PyCQA/bandit#488
* Temproarily forcing bandit to be < 1.6.0 until the fix is available
  upstream.

Change-Id: Idf993e9c2ef5a2cde632e014279de51a9a307d68
  • Loading branch information
volans- committed May 14, 2019
1 parent ebbb504 commit 66dea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# Test dependencies
'tests': [
'bandit>=1.1.0',
'bandit>=1.1.0,<1.6.0',
'flake8>=3.2.1',
'prospector[with_everything]>=0.12.4',
'pytest-cov>=1.8.0',
Expand Down

0 comments on commit 66dea1e

Please sign in to comment.