Skip to content

Commit

Permalink
Remove unused ipyparallel dependency (#3622)
Browse files Browse the repository at this point in the history
Parsl does not need to install ipyparallel as a test dependency any more.

This is in context of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082524 which reports ipyparallel packaging issues in the Debian packaging of Parsl.
  • Loading branch information
benclifford authored Oct 2, 2024
1 parent 2758763 commit 94e34d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ For instance, with conda, follow this `cheatsheet <https://conda.io/docs/_downlo
source activate <my_env>
# Install packages:
conda install <ipyparallel, dill, boto3...>
conda install <dill, boto3...>
How do I run code that uses Python2.X?
Expand Down
6 changes: 0 additions & 6 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ ignore_missing_imports = True
[mypy-copy_reg.*]
ignore_missing_imports = True

[mypy-ipyparallel.*]
ignore_missing_imports = True

[mypy-ipython_genutils.*]
ignore_missing_imports = True

[mypy-cmreslogging.handlers.*]
ignore_missing_imports = True

Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
flake8==6.1.0
ipyparallel
pandas
paramiko
pytest>=7.4.0,<8
Expand Down

0 comments on commit 94e34d5

Please sign in to comment.