aws / aws-step-functions-data-science-sdk-python

Step Functions Data Science SDK for building machine learning (ML) workflows and pipelines on AWS
Apache License 2.0
285 stars 87 forks source link

Instructions in CONTRIBUTING no longer work with tox>=4 #194

Open wimlewis-amazon opened 1 year ago

wimlewis-amazon commented 1 year ago

Tox version>=4.0 is invoked differently (it's a complete rewrite from 3.x); the instructions on running unit tests in CONTRIBUTING.md no longer work.

Presumably either they should be updated to work with the current version of tox, or should be amended to specify pip install 'tox<4' to stay on the older version.


This is a 📕 documentation issue