Jürgen Gmach
Jürgen Gmach
Thanks for the bug report and the reproducer. Both maintainers are currently very limited on engineering time, and also in general we welcome contributions from the user base. This means...
I think you need to set the environment variables for the packaging environment separately, see https://tox.wiki/en/latest/upgrading.html#packaging-configuration-and-inheritance. I see you use passenv there, but not setenv. If you only want to...
You missed the dot. ``` [testenv:.pkg] ```
> Where? Ah sorry, when I looked at the ticket on my smartphone I misinterpreted the `[pkgenv]` in your tox.ini. The next steps would be to create a minimal example,...
This is a surprise for me, too. I will check with the other maintainers whether this was introduced intentionally with tox v4 or not.
Ok, looks like this is a feature, and not even a new one, see https://tox.wiki/en/latest/user_guide.html#test-environments
@dokime7 Thanks for the PR - please note, that this package needs to stay compatible with Python 2.7 and Python 3.5
FWIW 2.6.0 seems to run fine on my Google Nexus 6a
Thank you for the report. Would you be able to create a pull request with the fix? And ideally a test case which shows the bug.
The `.pkg` environment has no project dependencies, raise ModuleNotFoundError: No module named 'xxx'
I can confirm that `deps` works with a package name, but not with `-r requirements.txt`. @gaborbernat I assume we want to support the `-r requirements.txt` syntax, and the current behavior...