mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* feat: initial match statement support * refactor assignment exprs for <3.8 compatibility; sort imports * remove match extensions * bump qa-workflow python version, minor alterations for qa-pipeline * add mypy exception * update mypy version * Bump workflow main python version to 3.10 * remove outdated note Co-authored-by: Alexander Firbas <alexander.firbas@gmail.com>
27 lines
504 B
Text
27 lines
504 B
Text
py
|
|
pytest>=6
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-bugbear
|
|
restructuredtext_lint
|
|
pytest-cov
|
|
pytest-mock
|
|
pytest-timeout
|
|
pytest-subprocess
|
|
pytest-rerunfailures
|
|
prompt-toolkit>=3.0
|
|
pygments>=2.2
|
|
coverage>=5.3.1
|
|
black==22.1.0
|
|
isort >= 5.10
|
|
pre-commit
|
|
pyte>=0.8.0
|
|
|
|
# types related
|
|
# mypy==0.931
|
|
git+git://github.com/python/mypy.git@9b3147701f054bf8ef42bd96e33153b05976a5e1
|
|
# TODO: replace above with mypy==0.940 once its released
|
|
types-ujson
|
|
|
|
# ensure tests run with the amalgamated (==production) xonsh
|
|
amalgamate
|