Drop an unnecessary BuildRequires on pytest-runner

This commit is contained in:
Benjamin A. Beasley 2023-05-29 10:09:24 -04:00
parent 835e4cc4bb
commit 2699889062

View File

@ -24,9 +24,9 @@ BuildRequires: python3-sphinx-latex
BuildRequires: latexmk BuildRequires: latexmk
%endif %endif
# ============================================================================ # There is fancy machinery in setup.py to add pytest-runner to setup_requires
# From setup_requires in setup.py, when tests are to be executed: # in setup.py when it looks like tests are to be executed. Since we will not use
BuildRequires: python3dist(pytest-runner) # “python3 setup.py test” to run tests, we can do without this dependency.
# Note that pyrsistent/_toolz.py contains a bit of code ported from toolz, but # Note that pyrsistent/_toolz.py contains a bit of code ported from toolz, but
# not enough to constitute a bundled dependency. # not enough to constitute a bundled dependency.