Skip to content

Commit

Permalink
Update test to accomodate updated docutils API.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored and amotl committed Aug 21, 2024
1 parent 528a717 commit 1266700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def read(path):
]
},
install_requires=[
"docutils<0.19",
"Sphinx",
],
python_requires=">=3.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_non_negative_int_list(input, expected):
directive_params = ['Company,Contact,Country,Attend?'], None, 'source'

directive = CSVFilterDirective(
None, None, None, None, None, None, None, None, None)
None, None, None, None, None, None, None, None, mock.Mock())
tmp_directive_options = {
'header': 'Company,Contact,Country,Attend?',
'delim': '\t',
Expand Down

0 comments on commit 1266700

Please sign in to comment.