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

Include tox.ini in sdist to fix tests #2939

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Commits on Mar 13, 2023

  1. Include tox.ini in sdist to fix tests

    Include the `tox.ini` file in sdist, in order to fix a few test failures
    due to an additional error message printed by tox, i.e.:
    
        FAILED tests/config/cli/test_parse.py::test_verbosity_guess_miss_match - AssertionError: assert 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-python/t...
        FAILED tests/config/loader/test_loader.py::test_override_incorrect[-x] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
        FAILED tests/config/loader/test_loader.py::test_override_incorrect[--override] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
    mgorny committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    579d00e View commit details
    Browse the repository at this point in the history