Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing up some format strings in nox configs.
Using `STRING_TEMPLATE % VARIABLE` can introduce hard-to-find bugs if `VARIABLE` is expected to be a string but ends up being a tuple. Instead of using percent formatting, just using `.format`. Also making tweaks to `get_target_packages` to make some path manipulation / checks OS-independent.
- Loading branch information