Skip to content

Commit

Permalink
Fix list of testing requirements in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Apr 18, 2022
1 parent 94a5d41 commit bd39d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"pytest",
"pytest-benchmark",
"pytest-xdist",
"hypothesis" "mimesis",
"hypothesis",
"mimesis",
"fastavro>=0.22.9",
"python-snappy>=0.6.0",
"pyorc",
Expand Down

0 comments on commit bd39d73

Please sign in to comment.