-
Notifications
You must be signed in to change notification settings - Fork 150
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
[MRG+1] Correct build/test fail with no module names 'tests' #48
Conversation
@ghantoos , thanks for working on packaging for Debian! |
@redapple yes, I am currently working on updating w3lib, queuelib and scrapy. Which lead me to packaging parsel as scrapy now depends on it: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832448 I am glad I can help! :) |
Current coverage is 100% (diff: 100%)
|
Hm yea, since we've adopted py.test we're not recommending anyone to run tests with |
http://docs.pytest.org/en/latest/goodpractices.html says
I'm not sure if it is a problem for parsel or not. Why do we have |
We should be able to follow Integrating with setuptools / python setup.py test / pytest-runner setup.py
setup.cfg
|
See #49 |
That's a leftover from the move to Thanks @redapple for fixing my mess. =) |
@ghantoos , parsel 1.0.3 has been released just now. |
@redapple that's great!! Thanks! :) |
The package has been uploaded to the NEW queue [1]. It still needs to be validated before entering the Debian repos. I'll keep you posted. Have a nice weekend! [1] https://ftp-master.debian.org/new/python-parsel_1.0.3-1.html |
Awesome, nice work @ghantoos, thanks ! |
When working on the Debian package of parsel, I got the following error, due to the 'tests' module not being found. This commit corrects it.
Cheers