Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supported interpreters to tox.ini #770

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. Add supported interpreters to tox.ini

    PyYAML declares supported for a wide range of Python versions,
    but not all of them were included to the envlist at tox.ini.
    
    These changes also:
      * enable the skip_missing_interpreters option
      * add {posargs} to the test command in order to provide flexibility,
        so you can pass arguments to pytest, e.g.: tox -- -k test_dump
    Jamim committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5f7c578 View commit details
    Browse the repository at this point in the history