forked from tox-dev/tox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression in env suupport in dependency list
The fix for allowing parametrized dependencies in 174bf2d broke the use case of having a dependency whose version can be specified in an environment variable or defaulted to a range, e.g., deps = mydep{env:MYDEP_VERSION:>1.0,<2.0} To fix this, we modify the regular expression to handle some substitution value cases specifically while also handling the default value of a env substitution explicitly. Closes tox-dev#380
- Loading branch information
1 parent
4b077d9
commit da68284
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters