Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
20edfe5a
Commit
20edfe5a
authored
Sep 17, 2021
by
Luc Yriarte
Browse files
Merge branch 'mockito-dev-reqs' into 'master'
Add mockito for dev requiremnts See merge request
!242
parents
773b5efc
3cb7a93f
Pipeline
#66203
failed with stages
in 17 minutes and 4 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
requirements_dev.in
View file @
20edfe5a
...
...
@@ -13,6 +13,7 @@ pandas
pyarrow
openapi-spec-validator
mockito~=1.2
# Note since 3.8 includes Mock 4.0+.
mock>=4.0
requests # used by starlette.TestClient for testing
...
...
requirements_dev.txt
View file @
20edfe5a
...
...
@@ -79,6 +79,8 @@ jsonschema==3.2.0
# openapi-spec-validator
mock==4.0.3
# via -r requirements_dev.in
mockito==1.2.2
# via -r requirements_dev.in
munch==2.5.0
# via -r requirements_dev.in
numpy==1.21.1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment