From cbc7bd1d2a050ef0df7a4ec270b9fe6e6a2fc129 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Tue, 26 Apr 2022 17:24:39 -0700 Subject: [PATCH] Introduce parameterized as a dev dependency (#11364) Introduce parameterized as a dev dependency to allow for parameterized test cases. E.g. https://github.com/pytorch/text/blob/fae8e8cabf7adcbbc2f09c0520216288fd53f33b/test/datasets/test_sst2.py#L71-L86 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 92d6c16de2..4a4e718d9f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,6 +9,7 @@ onnx onnxmltools packaging pandas +parameterized>=0.8.1 protobuf pydocstyle[toml] pytest