Skip to content

Commit

Permalink
Updated pytest & sphinx version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Jan 1, 2023
1 parent 3836605 commit feb143d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ def run_tests(self):
cmdclass = {'test': pytest}

test_requires = [
'pytest >= 5.3.5',
'pytest >= 7.2.0',
]

doc_requires = [
'Sphinx >= 2.4.1',
'Sphinx >= 5.3.0',
]

setup(
Expand Down

0 comments on commit feb143d

Please sign in to comment.