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 >

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

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