Fix gating tests
The tests hardcode the package version and must be updated with pyasn1-0.6.1 pyasn1-modules-0.4.1 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
144a7736ad
commit
cc59cacd2c
@ -16,12 +16,12 @@
|
|||||||
- python3-pytest
|
- python3-pytest
|
||||||
tests:
|
tests:
|
||||||
- unittests-pyasn1:
|
- unittests-pyasn1:
|
||||||
dir: "source/pyasn1-0.5.1"
|
dir: "source/pyasn1-0.6.1"
|
||||||
run: >-
|
run: >-
|
||||||
rm -rf pyasn1* &&
|
rm -rf pyasn1* &&
|
||||||
pytest-3 tests/
|
pytest-3 tests/
|
||||||
- unittests-pyasn1-modules:
|
- unittests-pyasn1-modules:
|
||||||
dir: "source/pyasn1-modules-0.3.0"
|
dir: "source/pyasn1-modules-0.4.1"
|
||||||
run: >-
|
run: >-
|
||||||
rm -rf pyasn1_modules* &&
|
rm -rf pyasn1_modules* &&
|
||||||
pytest-3 tests/
|
pytest-3 tests/
|
||||||
|
Loading…
Reference in New Issue
Block a user