Skip to content

Commit 21fb9ea

Browse files
authored
Disable test lowest version of dependencies by default. (#529)
1 parent b18ccd8 commit 21fb9ea

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ include_benchmarks:
147147

148148
test_lowest_version:
149149
help: Run pull request tests with the lowest versions of python and dependencies? Recommended if you are developing a library
150-
default: direct
150+
default: none
151151
choices:
152152
Do not test with lowest versions of dependencies: none
153153
Test with lowest versions of direct dependencies only (those listed in pyproject.toml): direct

docs/source/template_options.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -278,15 +278,15 @@ Read more at :doc:`../practices/ci_benchmarking`.
278278
16. Test against lowest versions
279279
------------------------------------------------
280280

281-
+------------+-----------------------------------------------------------+
282-
| Question | Run pull request tests with the lowest versions of python |
283-
| | and dependencies? |
284-
+------------+-----------------------------------------------------------+
285-
| Options | | (none) Do not test with lowest versions of dependencies |
286-
| | | **(direct)** Test with lowest versions of direct |
287-
| | dependencies only (those listed in pyproject.toml) |
288-
| | | (all) Test with lowest versions of all dependencies |
289-
+------------+-----------------------------------------------------------+
281+
+------------+---------------------------------------------------------------+
282+
| Question | Run pull request tests with the lowest versions of python |
283+
| | and dependencies? |
284+
+------------+---------------------------------------------------------------+
285+
| Options | | **(none)** Do not test with lowest versions of dependencies |
286+
| | | (direct) Test with lowest versions of direct |
287+
| | dependencies only (those listed in pyproject.toml) |
288+
| | | (all) Test with lowest versions of all dependencies |
289+
+------------+---------------------------------------------------------------+
290290

291291
Adds an optional stage to the end of the testing and coverage github CI workflow
292292
using the oldest version of python you've selected above, and will determine

0 commit comments

Comments
 (0)