Commit f048531
dist: Make pytest-runner conditional #418
pytest runner should not be unconditionally included in setup_requires.
This change makes it conditional on setup.py invocation arguments as recommended upstream [1].
See: pytest-dev/pytest#3814
Identified via: [FreeBSD Ports Bug 242065](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242065)
Closes #417
Closes #420
[1] https://pytest-runner.readthedocs.io/en/latest/#conditional-requirement1 parent 588b1f7 commit f048531
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | | - | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments