mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
14 lines
326 B
INI
14 lines
326 B
INI
# pytest-runner should be conditional on test arg provided to setup.py
|
|
# it is only needed for tests, but we run pytest directly (for now)
|
|
# TODO: Report/resolve upstream
|
|
|
|
--- setup.cfg.orig 2022-11-16 20:31:48 UTC
|
|
+++ setup.cfg
|
|
@@ -52,7 +52,6 @@ test =
|
|
sphinx
|
|
sphinx_rtd_theme
|
|
test =
|
|
- pytest
|
|
flake8
|
|
isort
|
|
numpy
|