Skip to content

Commit 5099b66

Browse files
committed
tests_requires -> tests_require
1 parent 647e1e2 commit 5099b66

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
@@ -22,5 +22,5 @@ def read(filename):
2222
packages=find_packages(),
2323
package_data={ 'pyverilog.ast_code_generator' : ['template/*'], },
2424
install_requires=['Jinja2'],
25-
tests_requires=['pytest', 'pytest-pythonpath']
25+
tests_require=['pytest', 'pytest-pythonpath']
2626
)

0 commit comments

Comments
 (0)