The .pkg
environment has no project dependencies, raise ModuleNotFoundError: No module named 'xxx'
#3412
Labels
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Issue
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
tox.ini
When I add
deps = -r{toxinidir}/requirements.txt
in .pkg, a configuration parsing error will be raised:...
packaging.requirements.InvalidRequirement: Expected package name at the start of dependency specifier
-r /Users/yaojusheng/sdk_light/requirements.txt
^
The text was updated successfully, but these errors were encountered: