We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc37b5 commit 6c7622bCopy full SHA for 6c7622b
.github/workflows/ci.yml
@@ -51,10 +51,10 @@ jobs:
51
posargs: [""]
52
include:
53
- os: ubuntu-latest
54
- noxenv: "tests-3.11(extras='[format]')"
+ noxenv: "tests-3.11(format)"
55
posargs: ghcoverage
56
57
- noxenv: "tests-3.11(extras='')"
+ noxenv: "tests-3.11(no-extras)"
58
59
exclude:
60
- os: windows-latest
noxfile.py
@@ -11,7 +11,7 @@
11
12
INSTALLABLE = [
13
nox.param(value, id=name) for name, value in [
14
- ("no-extras", ROOT),
+ ("no-extras", str(ROOT)),
15
("format", f"{ROOT}[format]"),
16
("format-nongpl", f"{ROOT}[format-nongpl]"),
17
]
0 commit comments