Skip to content

Commit f157ea8

Browse files
authored
Merge pull request #100 from bird-house/update_pytest_nbval
require pytest 6.0 and nbval 0.9.6 The newest major release of pytest (6.0.0) is now compatible with nbval at and above 0.9.6. No more need for specific pinned versions.
2 parents caedce8 + 7dd2e09 commit f157ea8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

{{cookiecutter.project_repo_name}}/requirements_dev.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# https://github.com/computationalmodelling/nbval/issues/139 broken by pytest 6.0.0
2-
pytest==5.4.3
1+
pytest>=6.0
32
flake8
43
pytest-flake8
54
ipython
65
pytest-notebook
76
nbsphinx
8-
nbval
7+
nbval>=0.9.6
98
nbconvert
109
sphinx>=1.7
1110
bumpversion

0 commit comments

Comments
 (0)