Introduce parameterized as a dev dependency (#11364)

Introduce parameterized as a dev dependency to allow for parameterized test cases.

E.g.
fae8e8cabf/test/datasets/test_sst2.py (L71-L86)
This commit is contained in:
Justin Chu 2022-04-26 17:24:39 -07:00 committed by GitHub
parent 14a2b2518e
commit cbc7bd1d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ onnx
onnxmltools
packaging
pandas
parameterized>=0.8.1
protobuf
pydocstyle[toml]
pytest