Re: Problem with pybuild and pytest (repost)

2018-09-28 Thread Ole Streicher
Piotr Ożarowski writes: >> >From the pybuild wiki page, I learned to do instead the override: >> >> export PYBUILD_TEST_ARGS=-k "not figure and not online" >> >> However, then the tests are not found anymore and the test step fails: > > 1) remove HOME line from debian/rules, pybuild sets one > 2

Re: Problem with pybuild and pytest (repost)

2018-09-28 Thread Piotr Ożarowski
[Ole Streicher, 2018-09-28] > For one of my packages (sunpy), I want to complete the switch to pybuild > by removing the custom (and quite unperfect) dh_override_auto_test rule. > > Currently, I have the following lines in d/rules: > > override_dh_auto_test: > python -m pytest sunpy -k "not

Re: Please add me to PAPT

2018-09-28 Thread Ondrej Novy
Hi, pá 28. 9. 2018 v 10:26 odesílatel Stefano Zacchiroli < stefano.zacchir...@gmail.com> napsal: > ... Can you please add me to that group too? > done. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Please add me to PAPT

2018-09-28 Thread Stefano Zacchiroli
Heya, I'm part of DPMT already, but I'd like to give a hand in packaging Beancount (#799626), which is under PAPT. Can you please add me to that group too? I agree to follow the team policy. TIA, Cheers -- Stefano Zacchiroli . z...@upsilon.cc . upsilon.cc/zack . . o . . . o . o Computer Scienc

Problem with pybuild and pytest (repost)

2018-09-28 Thread Ole Streicher
Hi, I already posted this two weeks ago, but didn't get a response yet, and thus it remains unsolved: For one of my packages (sunpy), I want to complete the switch to pybuild by removing the custom (and quite unperfect) dh_override_auto_test rule. Currently, I have the following lines in d/rules