Skip to content

Commit 6b82d59

Browse files
committed
add testpath to test deps
1 parent 4ba07e1 commit 6b82d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
'prometheus_client'
130130
],
131131
extras_require = {
132-
'test': ['pytest', 'coverage', 'requests',
132+
'test': ['pytest', 'coverage', 'requests', 'testpath',
133133
'nbval', 'selenium', 'pytest', 'pytest-cov'],
134134
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt',
135135
'sphinx_rtd_theme', 'myst-parser'],

0 commit comments

Comments
 (0)