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
Hello,
I am trying to upgrade spyder and activate the unti test during the build.
But when pybuild try the test it ends with this error message
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.7 3.6"
returned exit code 13
With no other information.
So My question is how ca
5 matches
Mail list logo