Skip to content

Commit 3fa35c8

Browse files
authored
Merge pull request #53 from pmenczel/test-requirements
Added requirements for interactive tests to setup.cfg
2 parents 7fe9ce6 + bc385c2 commit 3fa35c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Test with pytest and generate coverage report
8181
run: |
82-
pip install jupytext nbconvert ipykernel pytest-cov coveralls
82+
pip install pytest-cov coveralls
8383
pytest tests --strict-markers --cov=qutip_qoc --cov-report= --color=yes
8484
8585
- name: Upload to Coveralls

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ rl =
4949
stable-baselines3>=2.3.2
5050
tests =
5151
pytest>=6.0
52+
jupytext
53+
nbconvert
54+
ipykernel
5255
full =
5356
%(jopt)s
5457
%(rl)s

0 commit comments

Comments
 (0)