summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2021-12-02 16:14:27 -0800
committerJoe Gordon <jogo@pinterest.com>2021-12-03 09:27:18 -0800
commitd43b10cbe4d35abf79fea816bdaafbd6c41f6c32 (patch)
tree32476063399066404c6aea94406ea10da9158753 /test-requirements.txt
parentdcd2a26b54eda26d02394e7538a1cdc1f2123b4c (diff)
downloadpymemcache-d43b10cbe4d35abf79fea816bdaafbd6c41f6c32.tar.gz
Add black CI configuration
Since we already have a tox based ci.yml file add black there instead of using https://black.readthedocs.io/en/stable/integrations/github_actions.html
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index dceb81f..82a07e1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,4 @@
+black==21.11b1
pytest
pytest-cov
gevent==20.9.0; "PyPy" not in platform_python_implementation