-
Notifications
You must be signed in to change notification settings - Fork 146
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
Prepare for release #87
Conversation
- Add direct dependency on w3lib - Add test dependency on pytest-cov - Add classifiers to match Scrapy - Run flake8 on all files - Generate coverage during pytest - Use unittest.mock instead of mock - Move test requirements to setup.py, instead of requirements-dev.txt or tox.ini
Codecov Report
@@ Coverage Diff @@
## master #87 +/- ##
=========================================
Coverage ? 60.60%
=========================================
Files ? 5
Lines ? 363
Branches ? 0
=========================================
Hits ? 220
Misses ? 143
Partials ? 0 Continue to review full report at Codecov.
|
Requesting review prior to tagging for release. I removed |
Note: Publication to TestPyPI is failing because the The workflow also needs a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work, thanks @jpmckinney for keeping project alive 👍
Thanks for the review! The comments have been integrated. I also added a commit to include the changelog on PyPI, similar in approach to https://github.com/scrapy/parsel/blob/master/setup.py. |
|
@jpmckinney Feel free to merge |
1.2.0 is on PyPI 🚀 https://pypi.org/project/scrapyd-client/ |
closes #84