Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Commits
82c03d47
Commit
82c03d47
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-951
: Disable site-packages and install pytango in tox
parent
8baacd38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!423
L2SS-951: Disable site-packages and install pytango in tox
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tangostationcontrol/requirements.txt
+2
-0
2 additions, 0 deletions
tangostationcontrol/requirements.txt
tangostationcontrol/tox.ini
+2
-1
2 additions, 1 deletion
tangostationcontrol/tox.ini
with
4 additions
and
1 deletion
tangostationcontrol/requirements.txt
+
2
−
0
View file @
82c03d47
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# integration process, which may cause wedges in the gate later.
# integration process, which may cause wedges in the gate later.
lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0
lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0
numpy
mock
asyncua >= 0.9.90 # LGPLv3
asyncua >= 0.9.90 # LGPLv3
PyMySQL[rsa] >= 1.0.2 # MIT
PyMySQL[rsa] >= 1.0.2 # MIT
psycopg2-binary >= 2.9.2 # LGPL
psycopg2-binary >= 2.9.2 # LGPL
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tox.ini
+
2
−
1
View file @
82c03d47
...
@@ -14,7 +14,7 @@ usedevelop = True
...
@@ -14,7 +14,7 @@ usedevelop = True
; installing this package is non-trivial. The solution is to prevent calling
; installing this package is non-trivial. The solution is to prevent calling
; binaries directly and utilizing python and tox variables to resolve the
; binaries directly and utilizing python and tox variables to resolve the
; requested module.
; requested module.
sitepackages
=
True
;
sitepackages = True
install_command
=
{envbindir}/pip3 install {opts} {packages}
install_command
=
{envbindir}/pip3 install {opts} {packages}
passenv
=
HOME
passenv
=
HOME
setenv
=
setenv
=
...
@@ -26,6 +26,7 @@ deps =
...
@@ -26,6 +26,7 @@ deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/test-requirements.txt
commands_pre
=
commands_pre
=
{envpython}
--version
{envpython}
--version
pip
install
--no-cache
pytango
commands
=
commands
=
{envpython}
-m
stestr
--version
{envpython}
-m
stestr
--version
{envpython}
-m
stestr
run
{posargs}
{envpython}
-m
stestr
run
{posargs}
...
...
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