From 6d0bdc2f38d57ddf07e7d127215d51f8553997f9 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Mon, 12 Apr 2021 15:18:11 +0200 Subject: [PATCH] Add missing instructions to make test passed (#2100) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e652f17..f4a4386 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,8 @@ assignees: "" 2. Or run _Black_ on your machine: - create a new virtualenv (make sure it's the same Python version); - clone this repository; - - run `pip install -e .`; + - run `pip install -e .[d,python2]`; + - run `pip install -r test_requirements.txt` - make sure it's sane by running `python -m unittest`; and - run `black` like you did last time. -- 2.39.2