summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-0/+38
|
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-271-6/+0
| | | | | | | | | | | | On windows, starting with python 3.7, virtual environments use a venvlauncher startup process This does not play well when counting spawned processes or when relying on the pid of the spawned process to do some checks e.g. connection check per pid This commit detects this situation and uses the base python executable to spawn processes when required. Signed-off-by: mayeut <mayeut@users.noreply.github.com>
* CI: fix TestScripts tests failing due to ambiguous SCRIPTS_DIR (#2211)Matthieu Darbois2023-03-181-11/+2
| | | | | | | | | | | | Tests are being run with psutil installed in a virtual environment within cibuildwheel builds. The scripts folder is not being found in this installation & thus, those tests are skipped. This commit allows to pass the path of the scripts folder through an environment variable & re-enables those tests. Signed-off-by: mayeut <mayeut@users.noreply.github.com>
* fix make test-coverage targetGiampaolo Rodola2022-12-301-3/+0
|
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-3/+17
|
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-181-0/+39
| | | | | | ...since pyproject.toml was introduced in #2040. CC @mayeut Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
* fix #2021, fix #1954, provide OSX arm64 bins + add pyproject.toml (#2040)Matthieu Darbois2022-10-181-0/+15
| | | | | | This commit updates the build workflow to use the latest cibuildwheel as a GitHub Action. cibuildwheel configuration is now in its own file (as there's no `pyproject.toml` yet) Signed-off-by: mayeut <mayeut@users.noreply.github.com>
* #1615, 1614: remove pyproject.tomlGiampaolo Rodola2019-11-061-6/+0
|
* add PEP 517/8 build backend and requirements specification (#1565)Bernát Gábor2019-11-041-0/+6