Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hive
hivemind
Commits
9f615b6a
Commit
9f615b6a
authored
4 years ago
by
Dariusz Kędzierski
Browse files
Options
Downloads
Patches
Plain Diff
Tox installation moved to ci_start_api_smoketest
parent
052e4434
No related branches found
No related tags found
4 merge requests
!456
Release candidate v1 24
,
!230
Setup monitoring with pghero
,
!135
Enable postgres monitoring on CI server
,
!84
Upgrade of setup.py
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Pipfile
+1
-1
1 addition, 1 deletion
Pipfile
scripts/ci_start_api_smoketest.sh
+1
-0
1 addition, 0 deletions
scripts/ci_start_api_smoketest.sh
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
2 additions
and
2 deletions
Pipfile
+
1
−
1
View file @
9f615b6a
...
@@ -16,7 +16,6 @@ aiohttp = "*"
...
@@ -16,7 +16,6 @@ aiohttp = "*"
aiopg
=
"*"
aiopg
=
"*"
psycopg2-binary
=
"*"
psycopg2-binary
=
"*"
diff-match-patch
=
"*"
diff-match-patch
=
"*"
tox
=
"*"
[dev-packages]
[dev-packages]
...
@@ -30,6 +29,7 @@ pytest-asyncio = "*"
...
@@ -30,6 +29,7 @@ pytest-asyncio = "*"
pytest-console-scripts
=
"*"
pytest-console-scripts
=
"*"
yapf
=
"*"
yapf
=
"*"
autopep8
=
"*"
autopep8
=
"*"
tox
=
"*"
[requires]
[requires]
python_version
=
"3.6"
python_version
=
"3.6"
This diff is collapsed.
Click to expand it.
scripts/ci_start_api_smoketest.sh
+
1
−
0
View file @
9f615b6a
#!/bin/bash
#!/bin/bash
set
-e
set
-e
pip3
install
tox
--user
export
HIVEMIND_ADDRESS
=
$1
export
HIVEMIND_ADDRESS
=
$1
export
HIVEMIND_PORT
=
$2
export
HIVEMIND_PORT
=
$2
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
9f615b6a
...
@@ -85,7 +85,6 @@ setup(
...
@@ -85,7 +85,6 @@ setup(
'
configargparse
'
,
'
configargparse
'
,
'
pdoc
'
,
'
pdoc
'
,
'
diff-match-patch
'
,
'
diff-match-patch
'
,
'
tox
'
],
],
entry_points
=
{
entry_points
=
{
'
console_scripts
'
:
[
'
console_scripts
'
:
[
...
...
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