Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2020-03-11 01:54:58 +0300
committerAndré Apitzsch <git@apitzsch.eu>2020-03-11 01:54:58 +0300
commitd64c941613c5a61301d61bbe58352fc015da9fb0 (patch)
tree27b35b8e2824a423df743eb13bf3bc6944559a88 /.gitlab-ci.yml
parent24e1bf2c910fec7da04534de7a188769dfcf970c (diff)
Replace deprecated test command
Setuptools 41.5.0 deprecated the command.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b62e274..d8aacc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
run-test:
stage: test
script:
- - python3 setup.py test
+ - python3 -m unittest discover -v
run-build:
stage: build