Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR Station Client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
LOFAR Station Client
Commits
b150412a
Commit
b150412a
authored
2 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into
L2SS-1137
-lofar-proxy-connection
parents
41855ebf
3415f93b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!34
Resolve L2SS-1137 "lofar-proxy-connection"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tox.ini
+3
-3
3 additions, 3 deletions
tox.ini
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
b150412a
...
...
@@ -66,7 +66,7 @@ run_unit_tests_py37:
before_script
:
-
apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python-dev libtango-dev
# Needed to install pytango
-
python -m pip install --upgrade pip
-
pip install --upgrade
"
tox
<4"
-
pip install --upgrade tox
run_unit_tests_py38
:
extends
:
.run_unit_tests_pyXX
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
3
View file @
b150412a
...
...
@@ -2,12 +2,11 @@
# Generative environment list to test all supported Python versions
envlist
=
black,pep8,pylint,py3{7,8,9,10},docs
minversion
=
3.18.0
# Source distributions are explicitly build using tox -e build
skipsdist
=
True
[testenv]
usedevelop
=
True
package
=
editable-legacy
package
=
wheel
wheel_build_env
=
.pkg
setenv
=
LANGUAGE
=
en_US
LC_ALL
=
en_US.UTF-8
...
...
@@ -64,6 +63,7 @@ commands = {envpython} -m build
deps
=
-r{toxinidir}/requirements.txt
-r{toxinidir}/docs/requirements.txt
extras
=
docs
commands
=
sphinx-build -b html -W docs/source docs/build/html
[testenv:integration]
...
...
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