Skip to content

Commit 7f895cc

Browse files
Bump nox-poetry from 0.8.4 to 0.8.5 in /.github/workflows (#894)
* Bump nox-poetry from 0.8.4 to 0.8.5 in /.github/workflows Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](cjolowicz/nox-poetry@v0.8.4...v0.8.5) Signed-off-by: dependabot[bot] <[email protected]> * mypy: Remove unused `type: ignore` comment in noxfile.py * Bump nox-poetry from 0.8.4 to 0.8.5 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claudio Jolowicz <[email protected]>
1 parent 478e07a commit 7f895cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip==21.1
22
cookiecutter==1.7.2
33
nox==2020.12.31
4-
nox-poetry==0.8.4
4+
nox-poetry==0.8.5
55
poetry==1.1.6
66
pre-commit==2.12.1
77
virtualenv==20.4.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==21.1
22
nox==2020.12.31
3-
nox-poetry==0.8.4
3+
nox-poetry==0.8.5
44
poetry==1.1.6
55
virtualenv==20.4.4

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def tests(session: Session) -> None:
140140
def coverage(session: Session) -> None:
141141
"""Produce the coverage report."""
142142
# Do not use session.posargs unless this is the only session.
143-
nsessions = len(session._runner.manifest) # type: ignore[attr-defined]
143+
nsessions = len(session._runner.manifest)
144144
has_args = session.posargs and nsessions == 1
145145
args = session.posargs if has_args else ["report"]
146146

0 commit comments

Comments
 (0)