Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install current `packaging` and its dependencies during lint. `nox` depends on `packaging`, by installing `nox` during lint phase, `packaging` dependencies defined in working branch are overridden by latest `packaging` release dependencies. In this case, since the PR changes the constraints on `pyparsing`, without a `session.install(".")` the incorrect `pyparsing` version will be installed.
- Loading branch information