Skip to content

Commit

Permalink
Drop behave dependency.
Browse files Browse the repository at this point in the history
* Purge references to behave inside pylintrc.
  • Loading branch information
Renelvon committed Jun 3, 2015
1 parent a9ce0e9 commit 71123e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ignore-mixin-members=yes
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis
ignored-modules=behave,distutils
ignored-modules=distutils

# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
Expand Down
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bandit==0.10.1
behave==1.2.5
coverage==3.7.1
mock==1.0.1
nose==1.3.4
Expand Down

0 comments on commit 71123e2

Please sign in to comment.