Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-nbxmpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gajim
python-nbxmpp
Merge requests
!35
Replace deprecated test command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Replace deprecated test command
andre/python-nbxmpp:test
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
André
requested to merge
andre/python-nbxmpp:test
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Setuptools 41.5.0 deprecated the command.
0
0
Merge request reports
Viewing commit
d64c9416
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d64c9416
Replace deprecated test command
· d64c9416
André
authored
5 years ago
Setuptools 41.5.0 deprecated the command.
.gitlab-ci.yml
+
1
−
1
Options
@@ -8,7 +8,7 @@ stages:
run-test
:
stage
:
test
script
:
-
python3
setup.py test
-
python3
-m unittest discover -v
run-build
:
stage
:
build
Loading