Skip to main content

A plugin for tox that utilizes PDM as the package manager and installer

Project description

tox-pdm

A plugin for tox that utilizes PDM as the package manager and installer.

Github Actions PyPI pre-commit Code style: black Tox Versions

With this plugin, you can migrate your project to PDM while retaining the ability to test against multiple versions.

Installation

$ pip install tox-pdm

Or,

$ pdm add -d tox-pdm

Or if you installed tox via pipx, you can inject the plugin by:

$ pipx inject tox tox-pdm

Example tox.ini

The following simple example installs dev and test dependencies into the venv created by Tox and uses pytest to execute the tests, on both Python 3.7 and 3.8.

[tox]
min_version = 4.0
envlist = py37,py38

[testenv]
groups =  ; Dependency groups in pyproject.toml
    dev
    test
deps =      ; Additional dependencies, it will be installed into the library path via normal pip method
    flake8
commands =
    pytest test/

Here is another one installing the test dependencies and executing the test PDM script

[tox]
min_version = 4.0
envlist = py3{8,9,10}

[testenv]
groups = test
commands = test

If no groups are specified, the pdm install will be skipped.

A real-world example can be found at this repository's tox.ini and GitHub Action workflow.

Some best practices:

  1. pdm executable must be exposed in PATH, if it is not the case, give the absolute path to tox by tox --pdm <path_to_pdm>.
  2. Make sure you have generated pdm.lock before running the test, it will greatly accelerate the testing.
  3. If you don't set skip_install = true, the current package will be built and installed into the testing environment together with the dependencies from pyproject.toml.
  4. Reuse your PDM scripts to avoid duplication

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tox_pdm-0.7.2.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

tox_pdm-0.7.2-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file tox_pdm-0.7.2.tar.gz.

File metadata

  • Download URL: tox_pdm-0.7.2.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for tox_pdm-0.7.2.tar.gz
Algorithm Hash digest
SHA256 a841a7e1e942a71805624703b9a6d286663bd6af79bba6130ba756975c315308
MD5 4f562e4fd5719bbdb644c1aeeead3494
BLAKE2b-256 f90218bb27f68d094f2f8cea32c7e072d7e7e3ac0fb71e192a772f1fa97e1659

See more details on using hashes here.

File details

Details for the file tox_pdm-0.7.2-py3-none-any.whl.

File metadata

  • Download URL: tox_pdm-0.7.2-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for tox_pdm-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 12f6215416b7acd00a80a9e7128f3dc3e3c89308d60707f5d0a24abdf83ac104
MD5 08717337787d7f0551651da27580232d
BLAKE2b-256 0d08b90abe66283809416441e9c778cb73cb637a53b914e9b2a9ded8fbdc51c4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page