Skip to content

Commit

Permalink
Fix pypy config and template error for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 21, 2024
1 parent 942528f commit 795763c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,10 +1035,7 @@ <h2>
</p>
<dl class="field-list simple">
<dt class="field-odd">
Return type
<span class="colon">
:
</span>
Return type{{ d18_colon(' ') }}
</dt>
<dd class="field-odd">
<p>
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ commands =
python --version
python -m pytest --cov=attr_utils -r aR tests/ {posargs} --cov-config=.pypycoveragerc
[testenv:pypy3{6,7,8,9}-attrs{21.2,21.4,22.2,23.1,23.2,latest}]
[testenv:pypy3{6,7,8,9}-attrs{21.3,21.4,22.2,23.1,23.2,24.1,latest}]
commands =
python --version
python -m pytest --cov=attr_utils -r aR tests/ {posargs} --cov-config=.pypycoveragerc
Expand Down

0 comments on commit 795763c

Please sign in to comment.