Skip to content

Commit

Permalink
ipython: remove plugin (moving to separate package)
Browse files Browse the repository at this point in the history
Removed plugin file, requirements, test exclusions (???), and contrib
script for hiding warnings generated by IPython.
  • Loading branch information
dgw committed Aug 24, 2019
1 parent 3404aa2 commit b1217ea
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 88 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest

# This file lists files which should be ignored by pytest
collect_ignore = ["setup.py", "sopel.py", "sopel/modules/ipython.py"]
collect_ignore = ["setup.py", "sopel.py"]


def pytest_addoption(parser):
Expand Down
5 changes: 0 additions & 5 deletions contrib/suppress-warnings.py

This file was deleted.

3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ geoip2
aspell-python-py2; python_version < '3'
aspell-python-py3; python_version >= '3'
ipaddress<2.0; python_version < '3.3'
ipython<6.0; python_version < '3.3'
ipython>=6.0,<7.0; python_version >= '3.3' and python_version < '3.5'
ipython>=7.0,<8.0; python_version >= '3.5'
requests>=2.0.0,<3.0.0
dnspython<2.0; python_version >= '2.7' and python_version < '3.0'
dnspython<1.16.0; python_version == '3.3'
Expand Down
79 changes: 0 additions & 79 deletions sopel/modules/ipython.py

This file was deleted.

0 comments on commit b1217ea

Please sign in to comment.