Skip to content

Commit 14c5208

Browse files
author
Filip Maj
committed
Remove env var prefixing from test run command
1 parent 146ab77 commit 14c5208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ our continuous integration](https://github.com/slackapi/python-slack-sdk/blob/ma
6464
When you make changes to this SDK, please write unit tests verifying if the changes work as you expected. You can easily run all the tests by running the command. The `validate` command runs Flake8 (static code analyzer), Black (code formatter), and unit tests in the `tests` directory for you.
6565

6666
```bash
67-
PYTHON_SLACK_SDK_MOCK_SERVER_MODE="threading" CI_UNSTABLE_TESTS_SKIP_ENABLED="1" python setup.py validate # run all
67+
python setup.py validate # run all
6868

6969
# run a single test
7070
python setup.py validate \

0 commit comments

Comments
 (0)