summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-03-02 12:35:20 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-03-02 12:45:15 +0000
commit11fe22e4cd283290baad8f7e506d975a2f036d60 (patch)
treea29deda9f6508305fcf47118fdb20c80208fa244 /tox.ini
parenta683b7e8309d81304cd9799d54479ac3eae71aa8 (diff)
downloaddeluge-11fe22e4cd283290baad8f7e506d975a2f036d60.tar.gz
deluge-11fe22e4cd283290baad8f7e506d975a2f036d60.tar.bz2
deluge-11fe22e4cd283290baad8f7e506d975a2f036d60.zip
[Tests] Remove reference to Twisted Trial
With the move to pytest remove remainings documentation or comments that refer to Trial.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 8f6810cd8..405610d7c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -81,12 +81,6 @@ commands = pytest -m "gtkui" deluge/tests
[testenv:todo]
commands = pytest -m "todo" deluge/tests
-[testenv:trial]
-setenv = {[testenv]setenv}{:}{toxinidir}/deluge/tests
-commands =
- python -c "import libtorrent as lt; print(lt.__version__)"
- python -m twisted.trial --reporter=deluge-reporter deluge.tests
-
[testenv:plugins]
setenv = PYTHONPATH = {toxinidir}{:}{toxinidir}/deluge/plugins
commands =