Skip to content

Commit

Permalink
Tests: Update requirements.txt (smicallef#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Oct 10, 2021
1 parent 85ea6c5 commit b5f5fc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docstring-convention = google
ignore-decorators = property
select = C,E,F,W,B,B9,DAR,DUO,R,A,S,Q0,SIM,SFS
# Note: ANN and SIM tests should be reviewed and fixed instead of ignored
ignore = E501 W503 B006 E800 B950 SFS301 SF01 Q000 SIM102 SIM111 SIM113 SIM115 I D ANN
ignore = E501 W503 B006 E800 B904 B950 SFS301 SF01 Q000 SIM102 SIM111 SIM113 SIM114 SIM115 I D ANN
# Note: most of these should be fixed instead of ignored
per-file-ignores =
spiderfoot/event.py:A
Expand Down
16 changes: 8 additions & 8 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
-r ../requirements.txt
darglint==1.8.0
dlint==0.10.3
dlint==0.11.0
flake8==3.9.2
flake8-annotations==2.6.2
flake8-blind-except==0.2.0
flake8-bugbear==21.4.3
flake8-bugbear==21.9.2
flake8-builtins==1.5.3
flake8-quotes==3.3.0
flake8-return==1.1.2
flake8-return==1.1.3
flake8-sfs==0.0.3
flake8-simplify==0.14.1
flake8-simplify==0.14.2
pytest==6.2.5
pytest-cov==2.12.1
pytest-flake8==1.0.6
pytest-cov==3.0.0
pytest-flake8==1.0.7
pytest-mock==3.6.1
pytest-xdist==2.2.1
pytest-xdist==2.4.0
pycodestyle==2.7.0
responses==0.12.0
responses==0.14.0

0 comments on commit b5f5fc3

Please sign in to comment.