summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-15 15:22:43 -0800
committerGitHub <noreply@github.com>2022-02-15 15:22:43 -0800
commit900fc18db76a4e20c77f748bcffff2055231a3b5 (patch)
tree702438eaabe101cfc198b9b1b6cca6d4e335a638 /test-requirements.txt
parent4611e0b01589cb7b4c18455fd0805204d320e11e (diff)
downloadpymemcache-900fc18db76a4e20c77f748bcffff2055231a3b5.tar.gz
Revise tox configuration (#375)
This repositions tox as the "source of truth" for all development and CI actions. To support this, lint and test requirements have been split into separate sets of requirements, and a consolidated 'lint' environment now runs all of our lint checks. This is also used by CI.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d2c5d88..e60ba3f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,3 @@
-black==22.1.0
pytest==7.0.1
pytest-cov==3.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation