Skip to content

Commit

Permalink
pin jupyter_client; silence warnings on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Oct 7, 2021
1 parent 9958273 commit 6d168d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions carsus_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:

# Analysis
- jupyter
- jupyter_client=6 # jupyter/jupyter_client/issues/637
- matplotlib

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ testpaths = "carsus" "docs"
astropy_header = true
# doctest_plus = enabled
text_file_format = rst
# addopts = --doctest-rst
addopts = -p no:warnings # --doctest-rst

[coverage:run]
omit =
Expand Down

0 comments on commit 6d168d0

Please sign in to comment.