Skip to content

Commit

Permalink
Merge pull request #511 from nsano-rururu/update_pytest_etc
Browse files Browse the repository at this point in the history
Update pytest, pylint, pytest-cov, pytest-xdist, tox
  • Loading branch information
jertel authored Oct 13, 2021
2 parents 0ec9179 + 3fa72d1 commit cfa0d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Tests] Fix rules_test.py - [#499](https://github.com/jertel/elastalert2/pull/499) - @nsano-rururu
- Upgrade to Python 3.10 and Sphinx 4.2.0 - [#501](https://github.com/jertel/elastalert2/pull/501) - @jertel
- max_scrolling_count now has a default value of 990 to avoid stack overflow crashes - [#509](https://github.com/jertel/elastalert2/pull/509) - @jertel
- Update pytest 6.2.5, pytest-cov 3.0.0, pytest-xdist 2.4.0, pylint<2.12, tox 3.24.4 - [#511](https://github.com/jertel/elastalert2/pull/511) - @nsano-rururu

# 2.2.2

Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ flake8
flake8-absolute-import
m2r2
pre-commit
pylint<2.10
pytest==6.2.4
pytest-cov==2.12.1
pytest-xdist==2.3.0
pylint<2.12
pytest==6.2.5
pytest-cov==3.0.0
pytest-xdist==2.4.0
setuptools
sphinx==4.2.0
sphinx_rtd_theme
tox==3.24.1
tox==3.24.4

0 comments on commit cfa0d2c

Please sign in to comment.