Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
f67c4676
Commit
f67c4676
authored
6 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix tests
parent
8ab0b298
No related branches found
Branches containing commit
Tags
v1.4.1
Tags containing commit
No related merge requests found
Pipeline
#62471
passed with stages
in 1 minute and 52 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
f67c4676
...
@@ -10,7 +10,7 @@ stages:
...
@@ -10,7 +10,7 @@ stages:
alias
:
rabbitmq
alias
:
rabbitmq
before_script
:
before_script
:
-
python setup.py install
-
python setup.py install
-
pip install --break-system-packages nose2 coverage requests yapf
-
pip install --break-system-packages nose2 coverage requests yapf
nose2[coverage_plugin]
-
coverage run --append -m compile_definitions
-
coverage run --append -m compile_definitions
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -56,7 +56,7 @@ unittest_epoll_python27:
...
@@ -56,7 +56,7 @@ unittest_epoll_python27:
extends
:
.before_test
extends
:
.before_test
image
:
python:2.7
image
:
python:2.7
before_script
:
before_script
:
-
pip install nose2
-
pip install nose2
nose2[coverage_plugin]
-
python setup.py install
-
python setup.py install
script
:
script
:
-
nose2 -F -vv
-
nose2 -F -vv
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f67c4676
...
@@ -6,7 +6,7 @@ setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availabilit
...
@@ -6,7 +6,7 @@ setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availabilit
version
=
__version__
,
version
=
__version__
,
packages
=
find_packages
(
include
=
[
'
coolamqp
'
,
'
coolamqp.*
'
]),
packages
=
find_packages
(
include
=
[
'
coolamqp
'
,
'
coolamqp.*
'
]),
install_requires
=
[
'
six
'
],
install_requires
=
[
'
six
'
],
tests_require
=
[
"
pytest
"
,
"
coverage
"
],
tests_require
=
[
"
pytest
"
,
"
coverage
"
,
"
nose2[coverage_plugin]
"
],
test_suite
=
'
nose2.collector.collector
'
,
test_suite
=
'
nose2.collector.collector
'
,
python_requires
=
'
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
'
,
python_requires
=
'
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
'
,
extras_require
=
{
extras_require
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment