Skip to content

Commit

Permalink
tests: check boostraplike setup
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jul 2, 2022
1 parent baec38a commit ecb5c6d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tox.ini
Expand Up @@ -47,8 +47,21 @@ commands =
description = verify build can run from source (bootstrap)
setenv =
PYTHONPATH = {toxinidir}/src
skip_install = true
deps =
toml; python_version<"3.11"
packaging
pep517
importlib-metadata; python_version<"3.8"
filelock
pytest
pytest-cov
pytest-mock
pytest-rerunfailures
pytest-xdist
wheel
setuptools
commands =
python -E -m pip uninstall -y build
pytest -ra {posargs:-n auto}

[testenv:type]
Expand Down

0 comments on commit ecb5c6d

Please sign in to comment.