diff --git a/docs/faq.rst b/docs/faq.rst index a03287c378..ca4bd82bdb 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -209,7 +209,7 @@ For instance, with conda, follow this `cheatsheet # Install packages: - conda install + conda install How do I run code that uses Python2.X? diff --git a/mypy.ini b/mypy.ini index 604fa4d07a..4b64a12de2 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index acd670b5e9..6abf727ccd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,4 @@ flake8==6.1.0 -ipyparallel pandas paramiko pytest>=7.4.0,<8