Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore support for nested Scrapy items #29

Merged
merged 6 commits into from
Nov 5, 2020

Conversation

Gallaecio
Copy link
Member

@Gallaecio Gallaecio commented Oct 25, 2020

Fixes #28

The attrs syntax is not supported in Python 3.5. Since Python 3.5 reached end-of-life, instead of making test code more complex to support 3.5, I went ahead and removed official support for 3.5 (it will actually still work, but not officially since we are not covering it in tests).

Originally I also added 3.9 official support, but it looks like 3.9 has not reached Travis yet.

@codecov
Copy link

codecov bot commented Oct 25, 2020

Codecov Report

Merging #29 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files           4        4           
  Lines         253      254    +1     
=======================================
+ Hits          252      253    +1     
  Misses          1        1           
Impacted Files Coverage Δ
itemloaders/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5464069...077ac23. Read the comment docs.

tests/test_nested_items.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected behaviour while adding scrapy.Item sub class as a value to itemloader.
3 participants