xonsh/requirements/tests.txt
Daniel Shimon 7f8aeefae8
tests: Run tests with the amalgamated xonsh (#4290)
* 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
2021-05-28 15:42:37 +03:00

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