From 36b1f0d2a763eede2a2625d5fee2d09ceac3e05e Mon Sep 17 00:00:00 2001 From: eaudetcobello <155978570+eaudetcobello@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:55:40 -0400 Subject: [PATCH] Update CONTRIBUTING.md (#48) * Update CONTRIBUTING.md The project errors with tox3, so users should use tox4. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a47c0a8..40bbddeb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,11 @@ tox devenv -e integration source venv/bin/activate ``` +The development setup ships with tox3, you might want to install tox4: +```shell +pip install 'tox>=4,<5' +``` + ## Testing This project uses `tox` for managing test environments. There are some pre-configured environments