Skip to content

Commit

Permalink
Remove deprecated xlib module
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Sep 13, 2019
1 parent 534de73 commit c5612f3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ branch = true
include = scrapy/*
omit =
tests/*
scrapy/xlib/*
10 changes: 0 additions & 10 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
import glob
import six
import pytest
from twisted import version as twisted_version


def _py_files(folder):
return glob.glob(folder + "/*.py") + glob.glob(folder + "/*/*.py")


collect_ignore = [
# not a test, but looks like a test
"scrapy/utils/testsite.py",

]

if (twisted_version.major, twisted_version.minor, twisted_version.micro) >= (15, 5, 0):
collect_ignore += _py_files("scrapy/xlib/tx")


if six.PY3:
for line in open('tests/py3-ignores.txt'):
Expand Down
1 change: 0 additions & 1 deletion debian/scrapy.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
new-package-should-close-itp-bug
extra-license-file usr/share/pyshared/scrapy/xlib/pydispatch/license.txt
2 changes: 0 additions & 2 deletions scrapy/xlib/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions scrapy/xlib/pydispatch.py

This file was deleted.

19 changes: 0 additions & 19 deletions scrapy/xlib/tx.py

This file was deleted.

12 changes: 0 additions & 12 deletions tests/test_pydispatch_deprecated.py

This file was deleted.

0 comments on commit c5612f3

Please sign in to comment.