Skip to content

Commit 32a145f

Browse files
authored
🧪 TESTS: add ipykernel to dependencies (#70)
ipykernel must have been dropped from one of the other dependencies, since it is no longer installed in the test environment.
1 parent 1431ed7 commit 32a145f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"cli": ["click", "click-completion", "click-log", "tabulate", "pyyaml"],
4848
"code_style": ["flake8<3.8.0,>=3.7.0", "black", "pre-commit==1.17.0"],
4949
"testing": [
50+
"ipykernel",
5051
"coverage",
5152
"pytest>=3.6,<4",
5253
"pytest-cov",

0 commit comments

Comments
 (0)