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
[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
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
Hi,
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 figure and not online"
pyt
4 matches
Mail list logo