summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2019-12-06 15:14:32 +0000
committerChandan Singh <chandan@chandansingh.net>2019-12-23 09:33:21 +0000
commit8a9e3cb9f71e3cac683af1ff667e4de8ef802132 (patch)
tree490267b4aca938f21afedbcdb6c1da14bd8ad709 /setup.cfg
parentbb93d63fd9a081eef14c20bec818d60084d065c3 (diff)
downloadbuildstream-8a9e3cb9f71e3cac683af1ff667e4de8ef802132.tar.gz
Drop support for `setup.py test`
Drop support for running tests via `setup.py test`, that is considered deprecated. `tox` is our primary frontend for running tests, so this change ensures that we don't have to support multiple ways of running tests. For testing against a specific installation environment, `tox` is not quite practical. But in these cases, one can run `pytest` directly. So, there is no need for this additional indirection. This was discussed in the following mailing list thread: https://mail.gnome.org/archives/buildstream-list/2019-December/msg00006.html.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 76670ea3e..8a1d0ce21 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,9 +7,6 @@ tag_prefix =
tag_regex = *.*.*
parentdir_prefix = BuildStream-
-[aliases]
-test=pytest
-
[tool:pytest]
addopts = --verbose --basetemp ./tmp --durations=20 --timeout=900
norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs