Skip to content

Commit 4d7dc62

Browse files
committed
Update dependency on pytest
1 parent 77ae366 commit 4d7dc62

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
],
9191
extras_require = {
9292
'test': [
93-
'pytest',
93+
'pytest>=3.6',
9494
'pytest-cov',
9595
'nbval',
9696
],

0 commit comments

Comments
 (0)