Skip to content

Commit

Permalink
Fix list of testing requirements in setup.py. (#10678)
Browse files Browse the repository at this point in the history
The list of testing requirements was missing a comma in `setup.py`. This fixes it.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #10678
  • Loading branch information
bdice authored Apr 18, 2022
1 parent 9409559 commit 45c003d
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 45c003d

Please sign in to comment.