From bd39d733efb2b83de3e8b23e968720c25cf9f2cc Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 18 Apr 2022 09:50:48 -0500 Subject: [PATCH] Fix list of testing requirements in setup.py. --- python/cudf/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/cudf/setup.py b/python/cudf/setup.py index 2ec9909dd6f..a447fcfe027 100644 --- a/python/cudf/setup.py +++ b/python/cudf/setup.py @@ -47,7 +47,8 @@ "pytest", "pytest-benchmark", "pytest-xdist", - "hypothesis" "mimesis", + "hypothesis", + "mimesis", "fastavro>=0.22.9", "python-snappy>=0.6.0", "pyorc",