scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Pass along posargs in all invocations of pytest in tox.ini #164

Closed MridulS closed 2 months ago

MridulS commented 2 months ago

Currently it is only pass this in the main test enviornment but we should just pass {posargs} along in all of them.

YooSunYoung commented 2 months ago

You mean for nightly or unpinned...? I think I also had some inconveniences as well but I don't remember what exactly... Can you show us some examples... ?

MridulS commented 2 months ago

You mean for nightly or unpinned...?

Yup exactly, was trying to run and debug the nightly failures locally. Done in https://github.com/scipp/copier_template/pull/165

YooSunYoung commented 2 months ago

But if you failed the tox command, shouldn't it be just part of the command as well...?

Regardlessly I think it'll be useful to have the posargs thou.

nvaytet commented 2 months ago

Has this been fixed in #165?