Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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-requirement
- Loading branch information