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
f52fd335
Unverified
Commit
f52fd335
authored
Dec 28, 2023
by
Philip Meier
Committed by
GitHub
Dec 28, 2023
Browse files
exclude expecttest==0.2.0 (#8185)
parent
ae6b134c
Changes
1
Show 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 @
f52fd335
...
...
@@ -8,7 +8,7 @@ set -euo pipefail
eval
"
$($(
which conda
)
shell.bash hook
)
"
&&
conda deactivate
&&
conda activate ci
echo
'::group::Install testing utilities'
pip
install
--progress-bar
=
off pytest pytest-mock pytest-cov
expecttest
=
=
0.
1.6
pip
install
--progress-bar
=
off pytest pytest-mock pytest-cov expecttest
!
=
0.
2.0
echo
'::endgroup::'
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