openapi-spec-validator icon indicating copy to clipboard operation
openapi-spec-validator copied to clipboard

Fix tox so that it can run

Open kurtmckee opened this issue 5 months ago • 0 comments

This PR introduces the following changes:

  • It updates the tox config so that it can run.

    The setup.py file is gone, as are the requirements.txt files. Poetry is invoked to install the dependencies now.

  • It updates the list of Python versions to run the test suite against.

Taken together, these changes allow developers to run the test suite locally before submitting PRs to the project.

kurtmckee avatar Jun 23 '25 21:06 kurtmckee