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

* tests: Run tests with the amalgamated xonsh * tests: Test xonsh loads correctly interactively * tests: Ensure tests run from amalgamated xonsh * environ: Separate $XONSH_DEBUG and $XONSH_NO_AMALGAMATE * tests: Keep XONSH_NO_AMALGAMATE in a comment for ease of debugging * tests: Fix monkeypatch for amalgamated code
16 lines
239 B
Text
16 lines
239 B
Text
py
|
|
pytest>=6
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-bugbear
|
|
pytest-cov
|
|
pytest-timeout
|
|
prompt-toolkit>=3.0
|
|
pygments>=2.2
|
|
coverage>=5.3.1
|
|
black==21.5b0
|
|
pre-commit
|
|
mypy==0.812
|
|
|
|
# ensure tests run with the amalgamated (==production) xonsh
|
|
amalgamate
|