Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
26fb5efe
Unverified
Commit
26fb5efe
authored
Dec 20, 2023
by
Sergii Dymchenko
Committed by
GitHub
Dec 20, 2023
Browse files
Pin expecttest to restore CI (#8181)
parent
5ab80c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/scripts/unittest.sh
.github/scripts/unittest.sh
+1
-1
No files found.
.github/scripts/unittest.sh
View file @
26fb5efe
...
@@ -8,7 +8,7 @@ set -euo pipefail
...
@@ -8,7 +8,7 @@ set -euo pipefail
eval
"
$($(
which conda
)
shell.bash hook
)
"
&&
conda deactivate
&&
conda activate ci
eval
"
$($(
which conda
)
shell.bash hook
)
"
&&
conda deactivate
&&
conda activate ci
echo
'::group::Install testing utilities'
echo
'::group::Install testing utilities'
pip
install
--progress-bar
=
off pytest pytest-mock pytest-cov expecttest
pip
install
--progress-bar
=
off pytest pytest-mock pytest-cov
expecttest
==
0.1.6
echo
'::endgroup::'
echo
'::endgroup::'
python
test
/smoke_test.py
python
test
/smoke_test.py
...
...
Write
Preview
Markdown
is supported
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